Query
GET admin/v1/process-definitions: https://github.com/Activiti/Activiti/issues/2149GET admin/v1/process-instancesGET admin/v1/tasksGET admin/v1/tasks?parentTaskId={parentTaskId} (subtasks)GET admin/v1/tasks/{taskId}GET admin/v1/process-instances/${id}/modelGET admin/v1/process-definitions/${id}/model https://github.com/Activiti/Activiti/issues/2389GET admin/v1/process-instances/${id}/variablesRuntime Bundle
GET admin/v1/tasks/{taskId} https://github.com/Activiti/Activiti/issues/2417POST admin/v1/process-instances/${id}/suspend:https://github.com/Activiti/Activiti/issues/2150POST admin/v1/process-instances/${id}/resume: https://github.com/Activiti/Activiti/issues/2151DELETE admin/v1/process-instances/${id} : https://github.com/Activiti/Activiti/issues/2369DELETE admin/v1/process-instances/${id}/variables https://github.com/Activiti/Activiti/issues/2390PUT admin/v1/tasks/${taskId} https://github.com/Activiti/Activiti/issues/2372POST admin/v1/tasks/${id}/claimPOST admin/v1/tasks/${id}/assignPOST admin/v1/tasks/${id}/complete https://github.com/Activiti/Activiti/issues/2371DELETE admin/v1/tasks/${id} https://github.com/Activiti/Activiti/issues/2373@erdemedeiros is this one for admin as well -> POST /v1/tasks/${id}/claim
@erdemedeiros I don't think that we need this one: POST admin/v1/tasks/${id}/claim
we should do that via task update sending the assignee that the admin wants to set. That should work, but we need to check the events. I would expect a TaskUpdated Event only..
@erdemedeiros and this one: DELETE admin/v1/tasks/${id} should fail if the task belong to a process.. it should say something like.. delete the process instance and the task will be deleted for you.
@erdemedeiros can you please link the new issues to this issue just for historical purposes..
but also close this one.. so we keep track of the smaller issues only
Closing this issue to keep track of smaller issues only.
can we have the link to the issues here?
All the links are already in the description of this issue (see unchecked ones).
thanks
Most helpful comment
All the links are already in the description of this issue (see unchecked ones).