医疗智能体 EIHEALTH-查询Nextflow作业列表:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
jobs |
Array of NextflowJobListDto objects |
作业列表 |
count |
Integer |
作业总数 |
参数 |
参数类型 |
描述 |
---|---|---|
id |
String |
作业id |
name |
String |
作业的名称,取值范围:[1,63],允许大小写字母、数字、以及特殊字符中划线(-) |
description |
String |
作业的描述,取值范围:输入字符最大长度为255 |
labels |
Array of strings |
作业标签 |
status |
String |
作业状态 |
has_ignore_failed_tasks |
Boolean |
是否包含已被忽略的失败tasks |
create_time |
String |
作业创建时间 |
finish_time |
String |
作业结束时间 |
failed_message |
String |
失败提示,当作业执行失败时会返回 |
failed_reason |
String |
失败原因,当作业执行失败时会返回 |
user_name |
String |
创建任务的用户名称 |
workflow_name |
String |
流程名称 |
workflow_id |
String |
流程id |