cancel
Showing results for 
Search instead for 
Did you mean: 

REST API Question

luismdelgado
Champ in-the-making
Champ in-the-making
Hi,

In the REST API documentation it's mentioned this call:

Apply an operation on a task
PUT /activiti-rest/service/task/{taskId}/{operation}
Description:   Applies an operation on a task
Authentication:   user
Transaction:   required
Format Style:   argument
Default Format:   json
Id:   org/activiti/rest/api/tasks/task-operation.put
Description:   classpath:webscripts/org/activiti/rest/api/tasks/task-operation.put.desc.xml

Can you tell what are the supported operations?

Thanks!
1 REPLY 1

davidcognite
Star Contributor
Star Contributor
Hi,

Yes I can:

Currently supported operations are:
    claim
    complete
Operations that are not yet implemented are:
    start
    stop
    revoke
    suspend
    resume
(taken directly from TaskOperationPut.java )