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.
|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getMyProcessFlowDescriptorsByContext(String contextId,
boolean includeChildren)
Get all process flows that are owned by the current user at a specified context, and (optionally) below.
|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getProcessFlowDescriptorsByContext(String contextId,
boolean includeChildren)
Get process flows at the specified context and (optionally) below.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA