调用DescribeCurrentNodeInfo获取当前节点的流程信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeCurrentNodeInfo |
系统规定参数。取值:DescribeCurrentNodeInfo。 |
InstanceId | String | 是 | 4****89 |
云市场订单实例ID。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 00eb4de1-6cff-4f56-833e-7b1e070e398d |
请求ID |
Result | Struct |
无 |
|
AllowRollbackNode | Boolean | false |
是否允许执行回滚到上一个流程节点 |
AutoFinishNode | Boolean | false |
节点超时是否自动完成 |
FinalStepNo | Integer | 4 |
最终流程节点的序号 |
GmtExpired | Long | 1588920725000 |
流程节点超时时间(Unix时间戳) |
GmtFinished | Long | 1588920725000 |
流程节点完成时间(Unix时间戳) |
GmtStart | Long | 1588834325000 |
流程节点开始时间(Unix时间戳) |
NeedAttachment | Boolean | false |
是否强制要求上传附件 |
NextNodeId | Long | 8473 |
下一个流程节点ID |
NodeId | Long | 8472 |
流程节点ID |
NodeName | String | 等待服务开通 |
节点名称 |
NodeStatus | String | Starting |
节点执行状态,取值:
|
OperatorRole | String | Provider |
流程节点操作人角色,取值:
|
ParentNodeId | Long | 0 |
父级流程节点ID |
PreviousNodeId | Long | 8471 |
上一个流程节点ID |
StepNo | Integer | 3 |
所属流程节点的序号 |
TemplateForm | String | [ {"fieldKey": "TFD0","isRequired": true,"maxLength": 50, "placeHolder": "姓名","stepNum": 0,"title": "收货人姓名","type": "text" },{ "fieldKey": "TFD1","isRequired": true,"maxLength": 50,"placeHolder": "手机号码","stepNum": 1,"title": "收货人电话","type": "text"},{"fieldKey": "TFD2","isRequired": true,"maxLength": 50,"placeHolder": "省市区街道门牌号码","stepNum": 2,"title": "详细收货地址","type": "textarea"}] |
流程节点表单内容,格式为JSON。 示例代码如下:
|
Success | Boolean | true |
成功状态标识 |
示例
请求示例
http(s)://market.aliyuncs.com/?Action=DescribeCurrentNodeInfo
&InstanceId=4****89
&<公共请求参数>
正常返回示例
XML
格式
<DescribeCurrentNodeInfoResponse>
<requestId>00eb4de1-6cff-4f56-833e-7b1e070e398d</requestId>
<result>
<allowRollbackNode>false</allowRollbackNode>
<autoFinishNode>false</autoFinishNode>
<finalStepNo>4</finalStepNo>
<gmtExpired>1588920725000</gmtExpired>
<gmtStart>1588834325000</gmtStart>
<gmtFinished></gmtFinished>
<needAttachment>false</needAttachment>
<nextNodeId>8473</nextNodeId>
<nodeId>8472</nodeId>
<nodeName>等待服务开通</nodeName>
<nodeStatus>Starting</nodeStatus>
<operatorRole>Provider</operatorRole>
<parentNodeId>0</parentNodeId>
<previousNodeId>8471</previousNodeId>
<stepNo>3</stepNo>
</result>
<success>true</success>
</DescribeCurrentNodeInfoResponse>
JSON
格式
{
"requestId": "00eb4de1-6cff-4f56-833e-7b1e070e398d",
"result": {
"allowRollbackNode": false,
"autoFinishNode": false,
"finalStepNo": 4,
"gmtExpired": 1588920725000,
"gmtStart": 1588834325000,
"gmtFinished": null,
"needAttachment": false,
"nextNodeId": 8473,
"nodeId": 8472,
"nodeName": "等待服务开通",
"nodeStatus": "Starting",
"operatorRole": "Provider",
"parentNodeId": 0,
"previousNodeId": 8471,
"stepNo": 3
},
"success": true
}
错误码
访问错误中心查看更多错误码。