StartSyncExecution_云工作流_API文档

插件下载了解更多
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.

接口说明

  • 仅支持 Express 执行模式的流程。

流控信息

当前云产品API请求速率暂未透出。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
fnf:StartSyncExecution
Update
全部资源
*

请求参数

字段名称字段详情
FlowNamestring

开始执行的流程名称。

示例值:my_flow_name
ExecutionNamestring

执行名称。取值说明如下:展开详情

示例值:my_exec_name
Inputstring

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

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

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:testRequestId
FlowNamestring

流程名称。

示例值:my_flow_name
Namestring

流程执行名称。

示例值:my_exec_name:{UUID}
Statusstring

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

示例值:Succeeded
ErrorCodestring

执行错误时的错误码。

示例值:ActionNotSupported
ErrorMessagestring

执行超时。

示例值:Standard execution is not supported
Outputstring

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

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

执行开始时间。

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

执行停止时间。

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

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
EntityTooLarge
The payload size exceeds maximum allowed size (%s bytes).诊断
400
ExecutionAlreadyExists
Execution %s for flow %s already exists.诊断
400
InvalidArgument
Parameter error.诊断
400
MissingRequiredHeader
The HTTP header '%s' must be specified.诊断
400
MissingRequiredParams
The HTTP query '%s' must be specified.诊断
400
ActionNotSupported
The requested API operation %s is incorrect. Please check.诊断
400
APIVersionNotSupported
The requested API version %s is not supported yet. Please check.诊断
403
InvalidAccessKeyID
The AccessKey ID %s is invalid.诊断
403
RequestTimeTooSkewed
The difference between the request time %s and the current time %s is too large.诊断
403
SignatureNotMatch
The request signature we calculated does not match the signature you provided. Check your access key and signing method.诊断
403
AccessDenied
The resources does not belong to you.诊断
404
FlowNotExists
Flow %s does not exist.诊断
415
UnsupportedMediaType
The content type must be "application/json".诊断
429
ResourceThrottled
The request is throttled. Please try again later.诊断
500
InternalServerError
An internal error has occurred. Please retry.诊断

变更历史

变更时间变更内容概要操作
2024-03-21
删除请求参数RequestId

相关示例