Syncing result of two async subflows

Syncing result of two async subflows

Comments

  • Hi,

    I have a workflow that has 2 sub flow running async. e.g: A Purchase Order need approval from both technical and financial department before submit to boss. Then once the Purchase Order is submitted, it starts 2 sub flows and wait for results. If both sub flows (Technical Approval & Financial Approval) are approved then it starts the Boss Approval sub flow. Please give a guide to do it. Note that these Approval Flows are multi steps and independent processes.

    Thanks

  • Hi,

    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]You could use a branch and merge step to allow both of these to be called simultaneously. This way you just have the boss approval subflow come right after the merge step. Please check the below documentation for more info.[/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
    [/font][/color]
    https://documentation.decisions.com/docs/about-branching-and-merging-flows

Sign In or Register to comment.