Uses of Class
com.sas.lsaf.workflow.task.InvalidTaskStateException
Packages that use InvalidTaskStateException
Package
Description
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 InvalidTaskStateExceptionModifier 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.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.