应用运维管理 AOM-获取工作流执行中的执行详情:响应参数

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

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

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

流程实例上次更新时间,格式:yyyy-MM-ddTHH:mm:ssZ,UTC时间。

最小值:0

最大值:9999999999999

execution_result_list

Array of execution_result_list objects

节点执行信息。

数组长度:0 - 200

approve_user_name_list

Array of strings

审批用户列表

最小长度:1

最大长度:256

数组长度:0 - 200

project_id

String

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

最小长度:32

最大长度:32

workflow_edit_time

Long

执行workflow的更新时间

最小值:0

最大值:9999999999999

last_record_id_with_snapshot

String

执行快照

最小长度:1

最大长度:128

表4 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

状态码: 400

表5 响应Body参数

参数

参数类型

描述

error_code

String

响应码。

最小长度:1

最大长度:64

error_msg

String

调用失败响应信息描述。

最小长度:1

最大长度:1024

http_code

Integer

http返回码

最小值:0

最大值:999

状态码: 401

表6 响应Body参数

参数

参数类型

描述

error_code

String

响应码。

最小长度:1

最大长度:64

error_msg

String

调用失败响应信息描述。

最小长度:1

最大长度:1024

http_code

Integer

http返回码

最小值:0

最大值:999

状态码: 500

表7 响应Body参数

参数

参数类型

描述

error_code

String

响应码。

最小长度:1

最大长度:64

error_msg

String

调用失败响应信息描述。

最小长度:1

最大长度:1024

http_code

Integer

http返回码

最小值:0

最大值:999

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