The specified workflow version read from history.

interface WorkflowHistoryReadResponseDto {
    statuses?: WorkflowDocumentStatusDto[];
    workflows?: WorkflowDocumentDto[];
}

Properties

workflows?: WorkflowDocumentDto[]