Return data mid-flow

Return data mid-flow

Comments

  • [font=Roboto, Arial, Helvetica, sans-serif]I have a flow that assigns multi-level approval tasks. The flow is called externally, but the flow will not return data to the caller until after assignments have been processed. How can I return the required data immediately after the POST? Ive tried branching to an End Step to return the data, but I could not get this working.[/font]

  • [font=Roboto, Arial, Helvetica, sans-serif]If the form outputs from the assignments are not the intended output of the POST call made to start the flow, you can start the assignments in a separate flow and use a Start Linked Flow Async step to create the assignments asynchronously, allowing the flow to complete without waiting for the assignments.[/font]

Sign In or Register to comment.