| 参数 | 必须 | 类型 | 说明 |
|---|---|---|---|
| instance_id | 是 | string | 激活对应的流程实例 |
| flow_id | 是 | number | 激活的节点 id |
{
"instance_id": "64c7274cd172150007f2533d",
"flow_id": 1
}| 参数 | 类型 | 说明 |
|---|---|---|
| status | string | success 表示接口调用成功failure 表示接口调用失败(失败时会有错误码,错误码描述等信息) |
| code | number | 错误码(仅 failure 时返回) |
| message | string | 返回码的描述(仅 failure 时返回) |
{
"status": "success"
}