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

Question

Question

Workflow process flow

asked on July 24, 2016

I have a workflow containing conditional parallel activity with multiple branches (containing invoke workflows)and subsequent to it there is a conditional sequence activity which also invokes other workflows. The issue is that the conditional sequence branch is running in parallel to conditional parallel activity branches.

Which is the best way to make sure that only once  conditional parallel is complete, the conditional sequence branch should be triggered?

Workflow Version: Laserfiche 8.3

Thank you

0 0

Replies

replied on July 24, 2016 Show version history

Basically how to ensure that previous activity is complete before the next one starts. Even conditional sequence with 2 invoke workflows to be run in sequence is not running accordingly. Should we use tokens?

0 0
replied on July 25, 2016

Hi Divya,

You can use the 'Wait for Entry Change' task and set the wait condition to a token value set upon the desired task completion. 

0 0
replied on August 7, 2016

Thank you. It worked.

0 0
replied on July 25, 2016

If the workflows you're invoking need to finish before your main workflow proceeds out of the conditional parallel, then you should set the Invoke Workflow activities to wait for completion of those workflows.

0 0
replied on August 7, 2016

Thank you. It worked with wait for entry change

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

Sign in to reply to this post.