查询异步重跑工作流实例的结果
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
OperationId | string | 是 | 操作 ID,用于异步查询创建工作流实例的结果,可通过 RerunWorkflowInstances 接口获得。 | e15ad21c-b0e9-4792-8f55-b037xxxxxxxx |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "22C97E95-F023-56B5-8852-B1A77A17XXXX\n",
"Result": {
"Status": "Success",
"FailureMessage": "Invalid Param xxx\n"
}
}
错误码
HTTP status code | 错误码 | 错误信息 |
---|---|---|
400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
访问错误中心查看更多错误码。