Uses of Class
com.sas.lsaf.workflow.task.TaskNotFoundException
-
Packages that use TaskNotFoundException Package Description com.sas.lsaf.workflow.task Service and class definitions for managing and retrieving process flow tasks and elements. -
-
Uses of TaskNotFoundException in com.sas.lsaf.workflow.task
Methods in com.sas.lsaf.workflow.task that throw TaskNotFoundException Modifier and Type Method Description void
TaskService. assignTask(java.lang.String taskId, java.lang.String assigneeId)
Assigns the user task to the specified user.void
TaskService. claimTask(java.lang.String taskId)
Claims the user task by assigning the task to the current user.void
TaskService. completeTask(java.lang.String taskId, float actualHours, java.util.Set<DataProperty> taskCompletionData, java.lang.String comment)
Completes the user task.UserTask
TaskService. getCurrentUserTask(java.lang.String taskId)
Gets the user task by the specified unique identifier.UserTaskDetails
TaskService. getUserTaskDetails(java.lang.String taskId)
Gets additional user task information, which includes the candidates, data properties, and task assignment history.void
TaskService. startTask(java.lang.String taskId)
Starts a user task.UserTaskDetails
TaskService. updateUserTask(UserTaskUpdateInfo userTask)
Updates the user task with basic properties as well as details such as candidates and completion properties.
-