Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- If the out-condition generates an event which is global and user drop another job on it then the in-condition of the second job will not becomes global automatically.
- Therefore, both the jobs will be dis-linked with each other.
How To Reproduce
- Login to JOC Cockpit and switch to Job Streams tab
- Select a folder and create a jobstream
- Drag and drop job1 and create an out-condition which creates an event (e.g. event1)
- Now drag and drop job2 on the event1 which will create an in-condition on job2 automatically but does not set it's property as "global".
Desired Behavior
- The in-condition of job2 should also become global after drag and drop on job1 which creates global event.