Package | Description |
---|---|
com.sas.lsaf.workflow.processflow |
Service and class definitions for managing process flows.
|
Modifier and Type | Method and Description |
---|---|
ProcessFlow |
ProcessFlowService.activateProcessFlow(String id)
Activates the specified process flow.
|
ProcessFlow |
ProcessFlowService.createProcessFlow(String contextId,
String processFlowName,
String processDefinitionId)
Creates process flow at the context with the name using the latest deployed version of the
process definition with the identifier.
|
ProcessFlow |
ProcessFlowService.getProcessFlowById(String id)
Gets process flow with the identifier.
|
ProcessFlow |
ProcessFlowService.getProcessFlowByNameAndContext(String contextId,
String processFlowName)
Gets process flow with the name at the 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.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA