Uses of Class
com.sas.lsaf.workflow.processflow.InvalidTaskAssigneeException
Packages that use InvalidTaskAssigneeException
Package
Description
The service and class definitions to manage process flows setup elements.
Service and class definitions for managing and retrieving process flow tasks and elements.
-
Uses of InvalidTaskAssigneeException in com.sas.lsaf.workflow.processflow.setup
Methods in com.sas.lsaf.workflow.processflow.setup that throw InvalidTaskAssigneeExceptionModifier and TypeMethodDescriptionProcessFlowSetupService.updateElementSetup(ElementSetup elementSetup) Updates the element setup for the process flow. -
Uses of InvalidTaskAssigneeException in com.sas.lsaf.workflow.task
Methods in com.sas.lsaf.workflow.task that throw InvalidTaskAssigneeExceptionModifier 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.TaskService.updateUserTask(UserTaskUpdateInfo userTask) Updates the user task with basic properties as well as details such as candidates and completion properties.