How to get outputs when we run flow action asynchronously.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 12:40 AM
Say we are calling a flow action async. We make 5 such calls. Now for each call that is happening in parallel, how can I get its output? Is there a way to write callback handler?
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 03:16 AM
you can use 'Do the following in parallel' flow logic.