Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.13.9
-
None
-
None
Description
Current Situation
When a JobStreams contains a job with more than 1 "." then the graph does not connect the jobs which have In Condition with the event name.
If the job has only 1 "." for e.g. job name is job.1 then the event made by this job will be job_1 but if the job name is job.a.1 then it creates the event as job_a.1 i.e. it converts only first "." to "" and 2nd "." is not changed due to which job is connected in the graph.
Desired Behavior
The JobStreams view should create the graph if the event name contains more than one "."