Package | Description |
---|---|
com.sas.lsaf.workflow.processflow.setup |
The service and class definitions to manage process flows setup elements.
|
com.sas.lsaf.workflow.task |
Service and class definitions for managing and retrieving process flow tasks and elements.
|
Modifier and Type | Method and Description |
---|---|
ElementSetup |
ProcessFlowSetupService.updateElementSetup(ElementSetup elementSetup)
Updates the element setup for the process flow.
|
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.
|
UserTaskDetails |
TaskService.updateUserTask(UserTaskUpdateInfo userTask)
Updates the user task with basic properties as well as details such as candidates and completion properties.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>