Calling a Flow Asynchronously via REST?

Calling a Flow Asynchronously via REST?

Comments

  • Decisionites,

    Im trying to call a Decisions flow as a service, but Ill need the flow to run async. Is there a way for me to call my flow async so I can call it multiple times without waiting for my job to finish? I dont see any settings in the flow properties.

  • jmcmann49,

    While there isnt a way you can call the flow async directly at the moment, you are able to run a synchronous flow that calls the desired flow async. Since youre calling the linked/subflow async, itll fire-and-forget and the flow will finish allowing you to call it again!

    [img]att1[/img]

Sign In or Register to comment.