How to trigger the flow designer from business rule
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2021 11:23 PM
How to trigger the flow designer from business rule and provide inputs to flow designer and map back the output to a request back via business rule?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2021 11:33 PM
Hi, have a look at the new ScriptableFlowRunner API. This is what you should be using currently to start flow/subflow/action from a server script.
Basically you instantiate the Runner object with any parameters you need and then you can access the Result object to see response attributes. You will be most interested in the Outputs.
See an example here: