findWorkflow MethodStatic

Finds a Workflow with a given Id.

findWorkflow(workflowId: string): undefined | Workflow

Parameter Type Description
workflowId string Id of the Workflow to find

Returns - undefined | Workflow

The Workflow if found, or undefined if not found

Defined in

Last Updated: 11 June, 2024