Task Service

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

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

GETGet Tasks
GET/{id}Get Task Detail
GET/{id}/stepsGet 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}/executeExecute Step with a form
POST/{id}/steps/{step}/executeExecute Step with an Upload
POST/{id}/steps/{step}/executeExecute Step