Package | Description |
---|---|
com.sas.lsaf.workflow.processflow |
Service and class definitions for managing process flows.
|
com.sas.lsaf.workflow.processflow.setup |
Service and class definitions for managing process flows setup elements.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Set<ElementSetup> |
ProcessFlowSetupService.getElementSetups(String id)
Get the process flow setup elements for the process flow at the specified context with the specified name.
|
ElementSetup |
ProcessFlowSetupService.updateElementSetup(ElementSetup elementSetup)
Update the element setup for the process flow.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA