Package | Description |
---|---|
com.sas.lsaf.workflow.processflow |
The service and class definitions to manage process flows.
|
Modifier and Type | Method and Description |
---|---|
ProcessFlow |
ProcessFlowService.activateProcessFlow(String id)
Activates the specified process flow.
|
ProcessFlow |
ProcessFlowService.copyProcessFlow(ProcessFlowCopyInfo copyInfo)
Copies the process flow with the specified source process flow identifier.
|
ProcessFlow |
ProcessFlowService.createProcessFlow(String contextId,
String processFlowName,
String processDefinitionKey)
Creates a process flow at the specified context using the latest deployed version of the process flow definition.
|
ProcessFlow |
ProcessFlowService.getProcessFlowById(String id)
Gets the process flow with the specified identifier.
|
ProcessFlow |
ProcessFlowService.getProcessFlowByNameAndContext(String contextId,
String processFlowName)
Gets the process flow with the specified name at the specified context.
|
ProcessFlow |
ProcessFlowService.suspendProcessFlow(String id)
Suspends the specified process flow.
|
ProcessFlow |
ProcessFlowService.updateProcessFlow(ProcessFlow processFlow)
Updates the process flow.
|
Modifier and Type | Method and Description |
---|---|
ProcessFlow |
ProcessFlowService.updateProcessFlow(ProcessFlow processFlow)
Updates the process flow.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>