Uses of Class
com.sas.lsaf.workflow.task.InvalidTaskStateException
-
Packages that use InvalidTaskStateException Package Description com.sas.lsaf.workflow.task Service and class definitions for managing and retrieving process flow tasks and elements. -
-
Uses of InvalidTaskStateException in com.sas.lsaf.workflow.task
Methods in com.sas.lsaf.workflow.task that throw InvalidTaskStateException 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.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.
-