Subprocess not returning to parent process

I am calling a subprocess from a parent process. The call happens successfully and the subprocess executes and reaches its terminate end node but never returns the control back to the parent process. It also does not throw any alerts.

What can be possible causes for this problem? How to test and resolve?

OriginalPostID-227402

OriginalPostID-227402

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to shrirangh
    An End Event is used to denote the end of a process flow within a process model. The process remains active until all active paths in the process arrive at an end event.

    If your sub process have multiple flows towards end event. In such case make the end event from the configuration of the end event node.
    Steps:
    Open the Configure End Event dialog box.

    Right-click an End Event on the Canvas and point to Results. The Setup option appears. Click Setup. — or —
    Double-click an End Event on the Canvas.
    Click the Results tab.

    Click the Terminate Process link. A Terminate Process row is added to the End Events list.

    (Optional) Type a name for the event in the Name column.

    (Optional) Click the Configure link in the Setup column. (This link changes to Edit, if the trigger was added previously.)

    docs.appian.com/.../End_Event.html

    Hope this could help you.