Activiti: Add missing admin endpoints

Created on 20 Nov 2018  路  8Comments  路  Source: Activiti/Activiti

Query

Runtime Bundle

api priority1

Most helpful comment

All the links are already in the description of this issue (see unchecked ones).

All 8 comments

@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

Was this page helpful?
0 / 5 - 0 ratings