Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.13.6
-
None
Description
Current Situation
When a job stream has 2 nodes that both consume the same event and one of the jobs is running longer than the other, the job stream will be considered being completed if the shorter running job has finished and all other In Conditions have been resolved.
Desired Behavior
When jobs are running in a job stream, the job stream should not be considered being completed. Only when there is no running task the job stream should be considered being completed
Example for job stream
Job8 is ready after 2s, job7 is ready after 30s. After 2s the job stream is considered being completed while job7 is still running.