Task Service

{ urn:com.soa.admin.service.tasks.jaxrs } TaskService

The TaskService provides access to administration tasks that involve some form of workflow.

GET Get Tasks
GET /{id} Get Task Detail
GET /{id}/steps Get Steps for a task
GET /jobs/{id} Get Task Job Status
DELETE /jobs/{id} Cancel a Task Job
GET /{id}/steps/{step} Get Step Detail
POST /{id}/steps/{step}/execute Execute Step with a form
POST /{id}/steps/{step}/execute Execute Step with an Upload
POST /{id}/steps/{step}/execute Execute Step