Workflows ReferenceType Definitions
ActionWorkflow
type ActionWorkflow = (args) =>
| Promise<ActionWorkflowResult | void>
| ActionWorkflowResult
| void;Parameters
| Parameter | Type |
|---|---|
args | ActionWorkflowArgs |
Returns
| Promise<ActionWorkflowResult | void>
| ActionWorkflowResult
| void