A request to read all the workflow history entries for a specific workflow.

interface WorkflowHistoryListRequest {
    workflowId?: string;
}

Properties

Properties

workflowId?: string

The id of the workflow to read the history for.