Interface WorkflowProgressUpdate

Payload streamed to clients describing workflow progress.

interface WorkflowProgressUpdate {
    workflow: WorkflowInstance;
    recentEvents?: WorkflowEvent[];
}

Properties

recentEvents?: WorkflowEvent[]