DescribeExecution
获取一次执行的状态信息,支持长轮询模式,长轮询最长等待时间由 WaitTimeSeconds 参数指定
服务地址:
华东1(杭州)
输入参数
只看必填
FlowName流程名称
ExecutionName执行名称
WaitTimeSeconds请求长轮询的最长等待时间
插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

请求参数

字段名称字段详情
FlowNamestring

流程名称。

示例值:my_flow_name参考取值来源:
    CreateFlow
    DescribeFlow
    ListFlows
ExecutionNamestring

执行名称。

示例值:my_exec_name参考取值来源:
    StartExecution
    ListExecutions
WaitTimeSecondsinteger<int32>

请求长轮询的最长等待时间。取值范围[0,60],单位为秒。取值说明如下:展开详情

示例值:20

返回参数

字段名称字段详情
Statusstring

执行状态。取值说明如下:展开详情

示例值:Succeeded
StoppedTimestring

执行停止时间。

示例值:2019-01-01T01:01:01.001Z
RequestIdstring

请求 ID。

示例值:testRequestId
StartedTimestring

执行开始时间。

示例值:2019-01-01T01:01:01.001Z
FlowDefinitionstring

执行的流程定义。

示例值:旧版: "type: flow\nversion: v1\nname: my_flow_name\nsteps:\n - type: pass\n name: mypass" 新版: "Type: StateMachine\nSpecVersion: v1\nName: my_flow_name\nStartAt: my_state\nStates:\n - Type: Pass\n Name: my_state\n End: true"
Outputstring

执行的输出,为 JSON 对象格式。

示例值:{"key":"value"}
FlowNamestring

流程名称。

示例值:my_flow_name
Namestring

执行名称。

示例值:my_exec_name
Inputstring

执行的输入,为 JSON 对象格式。

示例值:{"key":"value"}
变更历史