Uses of Class
com.sas.lsaf.workflow.task.UserTaskDetails
-
Packages that use UserTaskDetails Package Description com.sas.lsaf.workflow.task Service and class definitions for managing and retrieving process flow tasks and elements. -
-
Uses of UserTaskDetails in com.sas.lsaf.workflow.task
Methods in com.sas.lsaf.workflow.task that return UserTaskDetails Modifier and Type Method Description UserTaskDetails
TaskService. getUserTaskDetails(java.lang.String taskId)
Gets additional user task information, which includes the candidates, data properties, and task assignment history.UserTaskDetails
TaskService. updateUserTask(UserTaskUpdateInfo userTask)
Updates the user task with basic properties as well as details such as candidates and completion properties.
-