- Comment
-
/task/{id}/comment
(Subresource) - Attachment
-
/task/{id}/attachment
(Subresource) - Identity Links
-
/task/{id}/identity-links
(Subresource) - Variables
-
/task/{id}/variables
(Subresource) - Local Variables
-
/task/{id}/localVariables
(Subresource) - Report
-
/task/report
(Subresource) - Get
-
GET
/task/{id}
- Get List
-
GET
/task
- Get List (POST)
-
POST
/task
- Get List Count
-
GET
/task/count
- Get List Count (POST)
-
POST
/task/count
- Get Form Key
-
GET
/task/{id}/form
- Claim
-
POST
/task/{id}/claim
- Unclaim
-
POST
/task/{id}/unclaim
- Complete
-
POST
/task/{id}/complete
- Submit Form
-
POST
/task/{id}/submit-form
- Resolve
-
POST
/task/{id}/resolve
- Set Assignee
-
POST
/task/{id}/assignee
- Delegate
-
POST
/task/{id}/delegate
- Get Deployed Form
-
GET
/task/{id}/deployed-form
- Get Rendered Form
-
GET
/task/{id}/rendered-form
- Get Task Form Variables
-
GET
/task/{id}/form-variables
- Create
-
POST
/task/create
- Update
-
PUT
/task/{id}/