How can I make the process flow pause to wait for an event from a subprocess without using an activity or subflow?

Confluence User - 24 Jul, 2018
workflow;process-workflow;subflow;subprocess

2


24 Jul, 2018
confluenceUser
confluenceUser

Hello again Sarah,

You may refer to this page for more information on using the Route node: Process Builder

Basically, from what I understand about your question, I assume that you have 2 paths in your process that will flow in parallel, where one path will wait for the other path to complete before flowing again. (Correct me if i'm wrong)

In this case, you may use a Route node to have the 2 paths transition to it (2 paths joining to the Route). Then, configure the Route - Join Type as AND. This will do the trick (smile)

Hope this helps!

25 Jul, 2018
confluenceUser
confluenceUser

Is it possible to replace the "Waiting for Response" activity with a tool instead of an activity? https://dev.joget.org/community/display/KBv5/Multiple+Approval?preview=/12976907/13271162/apply.jpg Also, the subprocess is not linked with the main process.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print