ActivitiResource
Resource for integration of Activiti with the CMS. Usage of this resource requires the feature activiti_integration to be activated.
The following resources are applicable:
/activiti/task/{id}
Mount Point: /CNPortletapp/rest/activiti/task/{id}
The following operations are supported on this resource:
GET
Get the pages assigned to the given task
Parameters
| name | description | type | default |
|---|---|---|---|
| id | task ID | path |
Response Body
| element: | pageTaskListResponse |
| media types: | */* application/xml application/json |
response containing the assigned pages
POST
Assign a page to the given task
Parameters
| name | description | type | default |
|---|---|---|---|
| id | task ID | path |
Request Body
| element: | pageTask |
| media types: | */* application/xml application/json |
assigned page and event info
Response Body
| element: | genericResponse |
| media types: | */* application/xml application/json |
generic response
DELETE
Delete all assignments for a given task
Parameters
| name | description | type | default |
|---|---|---|---|
| id | task ID | path |
Response Body
| element: | genericResponse |
| media types: | */* application/xml application/json |
generic response