Activiti-Rest-Client
view release on metacpan or search on metacpan
Get all identity links for a task for either groups or users
Parameters:
taskId
equal to rest call:
GET runtime/tasks/:taskId/identitylinks/(users|groups)
task_comments
Get all comments on a task
Parameters:
taskId
equal to rest call:
GET runtime/tasks/:taskId/comments
task_comment
Get a comments on a task
Parameters:
taskId
commentId
equal to rest call:
GET runtime/tasks/:taskId/comments/:commentId
task_events
Get all events for a task
Parameters:
taskId
equal to rest call:
GET runtime/tasks/:taskId/events
task_event
Get an event for a task
Parameters:
taskId
eventId
equal to rest call:
GET runtime/tasks/:taskId/events/:eventId
task_attachments
Get all attachments on a task
Parameters:
taskId
equal to rest call:
GET runtime/tasks/:taskId/attachments
task_attachment
Get an attachment on a task
Parameters:
taskId
attachmentId
equal to rest call:
GET runtime/tasks/:taskId/comments/:attachmentId
task_attachment_content
Get the content for an attachment on a task
Parameters:
taskId
attachmentId
equal to rest call:
GET runtime/tasks/:taskId/attachments/:attachmentId/content
historic_process_instances
List of historic process instances
Parameters: see user guide (http://www.activiti.org/userguide/index.html#restHistoricProcessInstancesGet)
equal to rest call:
GET history/historic-process-instances
query_historic_process_instances
Query for historic process instances
Parameters: see user guide (http://www.activiti.org/userguide/index.html#N153C2)
equal to rest call:
POST history/historic-process-instances
historic_process_instance
Get a historic process instance
Parameters:
processInstanceId
equal to rest call:
GET history/historic-process-instances/:processInstanceId
delete_historic_process_instance
Delete a historic process instance
Parameters:
processInstanceId
equal to rest call:
DELETE history/historic-process-instances/:processInstanceId
historic_process_instance_comments
Get all comments on a historic process instance
Parameters:
processInstanceId
equal to rest call:
GET history/historic-process-instances/:processInstanceId/comments
historic_process_instance_comment
Get a comment on a historic process instance
( run in 0.544 second using v1.01-cache-2.11-cpan-e1769b4cff6 )