common/workflow library
Classes
- FlowContext
- A FlowContext holds the information for the package's user to work with the workflow's information without modifying the workflow while it's running.
- FlowContextController
- Controls and contains the FlowContext for a workflow.
Functions
-
runWorkflow(
Step step, [void onData(Response)?]) → Future< Response> - Runs the Step as workflow and creates a FlowContextController for it.