POST /api/entities/resume/:entity-type/:entity-name
Description
Resume a supended entity.
Parameters
- :entity-type can either be a feed or a process.
- :entity-name is name of the entity.
Results
Result of the resume command.
Rest Call
POST http://localhost:15000/api/entities/resume/process/SampleProcess
Result
{
"requestId": "default\/106582a9-130f-4903-8b8f-f95d7b286c30\n",
"message": "default\/SampleProcess(process) resumed successfully\n",
"status": "SUCCEEDED"
}