Step1: Start the workflow
Step2: Skip task T2
Step3: Update T1 as completed and provide input in such a way the decision task D1 would evaluate to true.
I have expected conductor to schedule T3 while skipping T2.
Observation:
Conductor completed T1 and evaluated D1 as true. T3 was not scheduled when it supposed to.
I have my tasks in the following way.
Step1: Start the workflow Step2: Skip task T2 Step3: Update T1 as completed and provide input in such a way the decision task D1 would evaluate to true. I have expected conductor to schedule T3 while skipping T2.
Observation: Conductor completed T1 and evaluated D1 as true. T3 was not scheduled when it supposed to.