Skip to content

@saflib/workflows


Interface: RunWorkflowResult

Return value of the runWorkflow function.

These are used internally and so may change in the future.

Properties

output

output: undefined | WorkflowOutput

The output of the workflow state machine.


state

state: undefined | Snapshot<any>

The state of the workflow state machine.