Skip to main content
January 27, 2022
Question

We add asynchronous sub-process at terminate process event in process model, then what will happen?

  • January 27, 2022
  • 1 reply
  • 0 views

difference between terminate and end event, also  if i add asynchronous process model to the terminate process event then how process model and instances behave?

    1 reply

    harshitb6843
    January 27, 2022

    Terminate node will end any active node in the process. Whereas the end node will just end the current path, not the process. 
    When calling a subprocess as async I guess will not have any impact if a terminate node has been triggered as the parent process will not wait for the sub process to finish.