EnableProcessDefinition - EnableProcessDefinition
Updated at:
Enables a process definition with the specified ID.
Operation description
Request
Enables an existing process definition. Provide the process definition ID as a path parameter.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
string |
No |
The process definition ID. |
f0d6d578-a305-40ac-ba1e-0a09f64cbc69 |
| ClientToken |
string |
No |
The idempotency token. We recommend that you use a UUID. |
1AFAE64E-D1BE-432B-A9**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body, which contains fields such as RequestId, Message, and Code. |
||
| RequestId |
string |
The request ID. |
0bc5df3a17***903790e8e8a |
Examples
Success response
JSON format
{
"RequestId": "0bc5df3a17***903790e8e8a"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
Is this page helpful?