Package | Description |
---|---|
com.sas.hls.work.processflow |
Service and class definitions for getting process flow information.
|
Modifier and Type | Method and Description |
---|---|
ProcessFlow |
ProcessFlowService.createProcessFlow(ProcessFlowContext context,
String name,
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 id.
|
Set<ElementDefinition> |
ProcessFlowService.getElementDefinitions(ProcessFlowContext context,
String name)
Get the process flow element definitions for the process flow at the specified context with the specified name.
|
void |
ProcessFlowService.updateElementDefinition(ElementDefinition elementDefinition)
Update the element definition for the process flow identified by
ElementDefinition.getProcessFlowIdentifier() . |
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA