基因容器 GCS
基因容器 GCS
- 最新动态
- 产品介绍
- 快速入门
- 用户指南
- Cromwell引擎使用指南
- 最佳实践
- 流程语法参考
- Python SDK参考
- API参考
-
CLI参考
- 命令总览
- 安装命令行工具
- 示例:使用命令行执行简单脚本
-
gcs 命令详情
- gcs version
- gcs config add
- gcs config list
- gcs get kubectl
- gcs get enviroment
- gcs set env
- gcs get sfs
- gcs set sfs
- gcs get obscli
- gcs obs upload
- gcs get workflow
- gcs create workflow
- gcs del workflow
- gcs update workflow
- gcs sub workflow
- gcs get execution
- gcs create execution
- gcs del execution
- gcs set execution
- gcs sub job
- gcs sub repjob
- gcs get tool
- gcs sub wdl
- gcs get wdl
- gcs set wdl
- get get fr
- config.ini配置说明
- 常见问题
- 视频帮助
- 文档下载
- 通用参考
链接复制成功!
查询execution事件
get_execution_events(execution_id)
功能描述
查询执行结果的流程事件。
输入参数
参数 |
是否必选 |
参数类型 |
参数描述 |
---|---|---|---|
execution_id |
是 |
String |
执行结果ID,可以为create_execution接口的返回值。 |
返回值
参数 |
参数类型 |
描述 |
---|---|---|
metadata |
元信息。 |
|
involvedObject |
事件相关主体信息。 |
|
reason |
String |
事件描述。 |
message |
String |
事件详细信息。 |
firstTimestamp |
String |
事件首次上报时间。 |
lastTimestamp |
String |
事件末次上报时间。 |
count |
int |
事件发生次数。 |
type |
String |
事件类型。
|
elemType |
String |
元素type。 |
elemId |
String |
元素名称。 |
actionName |
String |
执行动作名称。 |
父主题: GCS流程执行