Package | Description |
---|---|
com.sas.lsaf.workflow.task |
Service and class definitions for managing and retrieving process flow tasks and elements.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskService.assignTask(String taskId,
String assigneeId)
Assigns the user task to the specified user.
|
void |
TaskService.claimTask(String taskId)
Claims the user task by assigning the task to the current user.
|
void |
TaskService.completeTask(String taskId,
float actualHours,
Set<DataProperty> taskCompletionData,
String comment)
Completes the user task.
|
UserTask |
TaskService.getCurrentUserTask(String taskId)
Gets the user task by the specified unique id.
|
UserTaskDetails |
TaskService.getUserTaskDetails(String taskId)
Gets additional user task information, which includes candidates, data properties, and task assignment history.
|
void |
TaskService.startTask(String taskId)
Starts a user task.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>