Post
/process/applyAction
Changes the status of an existing process.
Query parameters
processId
integer (int64) Required
Process identifier
Body parameters
string
Responses
200
string
Valid values[
"FAILED",
"FINISHED",
"PAUSED",
"PROCESSING"
]
400