A list of workflow history entries.

interface WorkflowHistoryListResponseDto {
    entries?: WorkflowHistoryItemDto[];
}

Properties

Properties