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)
Creates process flow at the context with the name using the latest deployed version of the
process definition with the identifier.
|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getMyProcessFlowDescriptorsByContext(String contextId,
boolean includeChildren)
Gets all of the process flows that are owned by the current user at a context, and (optionally) below.
|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getProcessFlowDescriptorsByContext(String contextId,
boolean includeChildren)
Gets the process flows at the context and (optionally) below.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA