See: Description
Interface | Description |
---|---|
TaskService |
The service to access current and completed tasks and elements for an individual process flow.
|
Class | Description |
---|---|
CompletedJobTask |
The class that represents a completed job task in a process flow.
|
CompletedNotificationTask |
The class that represents a completed notification task in a process flow.
|
CompletedTask |
The class that represents a completed task in a process flow.
|
CompletedUserTask |
The class that represents a completed user task in a process flow.
|
CompletedUserTaskDetails |
The class that represents a completed user task in a process flow with completion attributes and task assignment
history.
|
JobTask |
A class that represents a job task in a process flow.
|
NotificationTask |
The class that represents a job task in a process flow.
|
Task |
The abstract parent class for a task in a process flow.
|
TaskQuery |
The class that contains the criteria for querying process flow tasks.
|
TaskSearchResults |
This class represents the results of a process flow task search executed on the server.
|
UserTask |
The class that represents a user task in a process flow.
|
UserTaskAssignment |
The class that represents the task assignment history for a user task.
|
UserTaskDetails |
The class that represents a user task in a process flow with additional details, which includes data properties and
task assignment.
|
Enum | Description |
---|---|
Task.Complexity |
Provides the complexity of a task.
|
Task.Priority |
Provides the priority of a task.
|
Task.TaskStatus |
Provides the status of a task.
|
TaskQuery.AssigneeType |
The assignee type enumeration that describes how to search for user task assignees.
|
Exception | Description |
---|---|
InvalidTaskStateException |
Thrown when the assignee for a user task setup is invalid.
|
TaskNotFoundException |
Thrown when the specified task is not found or the user does not have access to the process flow.
|
TaskSearchException |
Thrown when an error is encountered while searching process flow tasks.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>