Package | Description |
---|---|
com.sas.lsaf.workflow.processflow |
Service and class definitions for managing process flows.
|
Modifier and Type | Method and Description |
---|---|
ProcessFlow |
ProcessFlowService.createProcessFlow(String contextId,
String processFlowName,
String processDefinitionId)
Create process flow at the specified context with the specified name using the latest deployed version of the
process definition with the specified identifier.
|
ProcessFlow |
ProcessFlowService.getProcessFlowById(String id)
Get process flow with the specified identifier.
|
ProcessFlow |
ProcessFlowService.getProcessFlowByNameAndContext(String contextId,
String processFlowName)
Get process flow at the specified context with the specified name.
|
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