You are viewing limited content. For full access, please sign in.

Question

Question

Merging multiple User Tasks into one

asked on September 6, 2017

Good morning,

I have a Business Process that starts with an User Task, then it splits into three tasks that are supposed to run parallel, and then they merge into one again. The result is three forms for the last User Task. What strategy will you recommend to have the last three forms combine into one, for User Task(5) below?

Thank you,

Raul Gonzalez

ParallelUserTasks.PNG
0 0

Answer

SELECTED ANSWER
replied on September 6, 2017 Show version history

Connect the outflows from the three user tasks to a Parallel Gateway, then connect the gateway to the final user task. You have to use gateways to merge, and if you want it to wait until all of the tasks are complete before moving on, then you'll want a parallel (or inclusive if there's a chance only some of the paths will be active).

The documentation on this page provides a pretty good overview of how to merge paths.

1 0

Replies

replied on September 6, 2017 Show version history

Jason, that's exactly what I was looking for. I tested it and it worked. Thanks!

Thank you,

Raul

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.