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
  • How about using startprocess smart service instead? 

  • 0
    Certified Senior Developer
    in reply to Harshit Bumb (Appyzie)

    It is a asynchronous process . I need a synchronous call 

  • 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 )
  • 0
    Certified Senior Developer
    in reply to Harshit Bumb (Appyzie)

    AFAIK we can't pass processmodel name dynamically to subprocess and making start process smart service by enabling activity chaining is not a best practice .

Reply Children