Skip to main content
The API methods allow you to perform the following operations on tasks:
CancelTaskCancel a task
CloseTaskClose a task and send it to a processing stage
CreateTaskCreate a task from the set of documents of one batch
GetAvailableTasksGet the list of available tasks for the selected stage type and restrict the set of available batches
GetAvailableTasksByStageIdGet the list of available tasks for the specified processing stages
GetAvailableQueuesGet the set of records listing the processing stages available to the user
GetCurrentTaskGet the ID of the task obtained with the GetTask method and not yet processed
GetPostponedTasksGet the list of postponed tasks
GetTaskSelect the task with the highest priority at the processing stages of the selected type and open it for processing. Restrict the set of available batches.
GetTaskByStageIdSelect the task with the highest priority at the specified processing stages and open it for processing
GetTaskDocumentsGet the list of documents in a task
GetTaskInfoGet information about a task
OpenTaskOpen a task
PostponeTaskPostpone a task
SendTaskSend a task to the specified processing stage
SendTaskToExceptionSend a task to Exceptions
SetTaskPriorityChange the task priority
You can use the Web Services API to access only tasks at those stages for which Web stations are allowed in the project (Project → Project Properties…, Workflow tab).