Uses of Class
com.sas.lsaf.workflow.task.TaskNotFoundException
Packages that use TaskNotFoundException
Package
Description
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 TaskNotFoundExceptionModifier and TypeMethodDescriptionvoidTaskService.assignTask(String taskId, String assigneeId) Assigns the user task to the specified user.voidClaims the user task by assigning the task to the current user.voidTaskService.completeTask(String taskId, float actualHours, Set<DataProperty> taskCompletionData, String comment) Completes the user task.TaskService.getCurrentUserTask(String taskId) Gets the user task by the specified unique identifier.TaskService.getUserTaskDetails(String taskId) Gets additional user task information, which includes the candidates, data properties, and task assignment history.voidStarts a user task.TaskService.updateUserTask(UserTaskUpdateInfo userTask) Updates the user task with basic properties as well as details such as candidates and completion properties.