4 Replies Latest reply on Mar 17, 2019 1:55 PM by nanson

    JBPM Multi-Instance loop Characteristics with “Sequential instead of Parallel Execution” not working

    nishantkparmar

      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