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