Details
-
Fix
-
Status: Dismissed (View Workflow)
-
Minor
-
Resolution: Works as designed
-
1.13
-
None
-
None
Description
Current Situation
When a job streams include a job with run-time which ran after a particular time period then the jobs in the job streams are not executed even after the events are created for the next job.
How to reproduce
- Create a job stream with 2 jobs.
- Job1 creates an event "job1" and job2 has an in-condition with the event "job1".
- The job1 is set to run every 1 minute.
- Even if the event "job1" is removed by an out-condition of a job2 then also when the job1 is executed the job2 is not executed.
- The job2 executes correctly only if the job stream is reset.
Desired behavior
- There should not be a need to reset a job stream.