Any latest plugin or smart service to call subprocess dynamically

Certified Senior Developer

Any latest plugin or smart service to call subprocess dynamically ?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to soujanya B

    Then we are left with 2 options, that I know. 

    1. Create a sub process with all the variations and then call that as your dynamic process and pass the required inputs so the sub-proc can understand which one to trigger. 
    2. To still use startProcess and add a condition after it that checks a variable of the startProcess and triggers the rest of the nodes when the condition is met. (making it artificially synchronous )
Children