End Node Vs terminate Node

Certified Lead Developer

What is the main difference between end node and terminate node from process/architect perspective like archive, data management/ engine?

PS: we all know the implementation that if terminate node execute then it will close any in progress node in a process unlike end node.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    The question asked by   was, if a sub process having an end event fails, the parent process is not proceeding further even the sub process is corrected and rerun. 

    So you have suggested to have terminate event instead of end event in the sub process, this way the parent process will resume.

    This implies that the parent process will proceed further only if the sub process ends with terminate event. 

     Is my assumption correct ?? 

Children