A request to read a specific workflow version from history.

interface WorkflowHistoryReadRequest {
    version?: number;
    workflowId?: string;
}

Properties

version?: number
workflowId?: string