We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f058956 commit 45d65e4Copy full SHA for 45d65e4
Server-Side Components/Business Rules/Start a Flow/README.md
@@ -0,0 +1,3 @@
1
+Start a flow asynchronously from Workflow Studio using a business rule.
2
+ sn_fd.FlowAPI.getRunner().flow('global.flowName').inBackground().withInputs(inputs).run();
3
+Cancel a flow using the context ID returned from the flow method
0 commit comments