We have requirement to use generate tasks depends on input variables but Task should be executed in Sequence instead of parallel.
For above requirement
- I am using Multi-Instance Sub-process to generate the tasks based on input parameter.
- To execute in sequence In process definition I can see there is option in multi-instance sub-process loop characteristics "Sequential instead of Parallel Execution".
I turned it on so that it executes in sequence but on start of sub process it still executing in parallel (default behavior)
PLEASE HELP
.