Is there any specific service to suspend a task using activiti - rest or should i use the same service which is used for updating a task(PUT runtime/tasks/{taskId})?
if i follow the same service which is used for updating a task(PUT runtime/tasks/{taskId}) ,whether event listener for ENTITY_SUSPENDED event will be executed?