Uses of Class
com.sas.lsaf.workflow.task.UserTaskUpdateInfo
-
Packages that use UserTaskUpdateInfo Package Description com.sas.lsaf.workflow.task Service and class definitions for managing and retrieving process flow tasks and elements. -
-
Uses of UserTaskUpdateInfo in com.sas.lsaf.workflow.task
Subclasses of UserTaskUpdateInfo in com.sas.lsaf.workflow.task Modifier and Type Class Description class
UserTaskDetails
The class that represents a user task in a process flow with additional details, which includes data properties and task assignment.Methods in com.sas.lsaf.workflow.task with parameters of type UserTaskUpdateInfo Modifier and Type Method Description UserTaskDetails
TaskService. updateUserTask(UserTaskUpdateInfo userTask)
Updates the user task with basic properties as well as details such as candidates and completion properties.
-