应用运维管理 AOM-获取任务执行历史:响应参数

时间:2023-11-24 09:53:30

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

[数组元素]

Array of WorkflowExecutionBrief objects

请求响应成功,返回指定任务的执行历史。

表5 WorkflowExecutionBrief

参数

参数类型

描述

workflow_id

String

流程定义ID

最小长度:1

最大长度:64

execution_id

String

流程执行实例ID

最小长度:1

最大长度:64

status

String

流程实例执行状态

最小长度:1

最大长度:32

begin_time

Long

流程实例创建时间,格式:UTC时间戳

最小值:0

最大值:9999999999999

end_time

Long

流程实例结束时间,格式:UTC时间戳

最小值:0

最大值:9999999999999

last_update_time

Long

流程实例上次更新时间,格式:UTC时间戳

最小值:0

最大值:9999999999999

created_by

String

流程实例创建者

最小长度:1

最大长度:32

approve_user_name_list

Array of strings

审批人列表

最小长度:1

最大长度:128

数组长度:0 - 200

execution_result_list

Array of execution_result_list objects

执行记录

数组长度:1 - 200

project_id

String

租户从 IAM 申请到的projectid,一般为32位字符串。

最小长度:32

最大长度:32

workflow_edit_time

Long

执行工作流的修改时间,格式:UTC时间戳

最小值:0

最大值:9999999999999

last_record_id_with_snapshot

String

执行快照

最小长度:1

最大长度:64

表6 execution_result_list

参数

参数类型

描述

node_id

String

流程节点ID。

最小长度:1

最大长度:64

begin_time

Long

节点开始执行时间。

最小值:0

最大值:9999999999999

end_time

Long

节点执行结束时间。

最小值:0

最大值:9999999999999

function_execution_id

String

FunctionGraph的执行id。

最小长度:1

最大长度:64

output

Object

节点输出。

status

String

节点状态。

最小长度:1

最大长度:32

状态码: 401

表7 响应Body参数

参数

参数类型

描述

error_code

String

响应码。

最小长度:1

最大长度:64

error_msg

String

调用失败响应信息描述。

最小长度:1

最大长度:1024

http_code

Integer

http返回码

最小值:0

最大值:999

状态码: 500

表8 响应Body参数

参数

参数类型

描述

error_code

String

响应码。

最小长度:1

最大长度:64

error_msg

String

调用失败响应信息描述。

最小长度:1

最大长度:1024

http_code

Integer

http返回码

最小值:0

最大值:999

support.huaweicloud.com/api-aom/ListWorkflowExecutions.html