Hierarchy

  • WorkflowModelDetails

Properties

averageCycleTime: number
canceledWorkflows: number
completedWorkflows: number
failedWorkflows: number
inProgressWorkflows: number
instanceMetric: {
    creatorId: string;
    instanceId: string;
    modelId: string;
    status: string;
    version: string;
    workflowCancelTime: null | string;
    workflowCycleTime: number;
    workflowEndTime: null | string;
    workflowStartTime: string;
}[]
modelId: string
version: string

Generated using TypeDoc