Enables a workflow.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
composer:EnableFlow |
update |
*Flow
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FlowId |
string |
Yes |
The ID of the workflow to be enabled |
tp-uf6pvud38xl0ia |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID |
ADB97A33-50E7-48A5-963D-ACBAE36D0BEC |
| Success |
boolean |
The result of the current operation.
|
true |
| FlowStatus |
string |
The current state of the workflow.
|
Enabled |
Examples
Success response
JSON format
{
"RequestId": "ADB97A33-50E7-48A5-963D-ACBAE36D0BEC",
"Success": true,
"FlowStatus": "Enabled"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidFlow.NotFound | The specified workflow does not exist. Verify the availability of the workflow. | The specified workflow does not exist. Make sure the workflow is available. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.