Package | Description |
---|---|
com.sas.lsaf.workflow.processflow |
The service and class definitions to manage process flows.
|
Modifier and Type | Method and Description |
---|---|
ProcessFlow |
ProcessFlowService.createProcessFlow(String contextId,
String processFlowName,
String processDefinitionKey)
Creates a process flow at the specified context using the latest deployed version of the process flow definition.
|
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.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>