Type Alias WorkflowExecutionStatus

WorkflowExecutionStatus:
    | "pending"
    | "running"
    | "paused"
    | "completed"
    | "failed"
    | "cancelled"

Workflow execution status