Runs a workflow.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
composer:InvokeFlow |
get |
*Flow
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FlowId |
string |
Yes |
The workflow ID. |
lc-uf65sg10vjws7o |
| Parameters |
string |
No |
The parameters required by the template. The value must be a JSON string. |
{"ParamA": "test"} |
| Data |
string |
No |
The input parameters required by the trigger of the workflow. The value must be a JSON string. |
{"body": {"test": true}} |
| ClientToken |
string |
No |
Used for idempotence to avoid duplicate runs. |
abcdefghijklmn |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of this request |
5CE7EAE6-XXXX-XXXX-A1A3-D3C2AE624000 |
| Success |
boolean |
Indicates whether the operation was successful.
|
true |
| InvocationId |
string |
The unique ID of the operation. |
6b387696-d160-4ed7-xxxx-070ac29dce4d |
Examples
Success response
JSON format
{
"RequestId": "5CE7EAE6-XXXX-XXXX-A1A3-D3C2AE624000",
"Success": true,
"InvocationId": "6b387696-d160-4ed7-xxxx-070ac29dce4d"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.