Details
-
Fix
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
2.7.1
-
None
-
None
Description
The execution of the workflow differs between AdHoc orders and scheduled orders when the block instruction is skipped.
Steps to reproduce:
1. Import the workflow configuration attached.
2. From the workflows tab, Skip the Try instruction from the action menu.
3. Add an Adhoc order to the workflow, only job2 will execute.
4. Add a scheduled order to the workflow, both job1 and job2 are executing.
(If I skip the block instruction before scheduling the order or after scheduling the order, the outcome remains the same.)
Desired behaviour:
Job1 should be skipped for scheduled orders, similar to AdHoc order execution.