Type Alias WorkflowResponse2
WorkflowResponse2: { inputs: { [key: string]: any }; jobs: { [key: string]: JobResponse2 }; label: string; name: string; progress: number; type: WorkflowType;} Type declaration
inputs: { [key: string]: any }
jobs: { [key: string]: JobResponse2 }
label: string
name: string
progress: number