Package | Description |
---|---|
com.sas.lsaf.workflow.processdefinition |
The service and class definitions to manage process flow definitions.
|
com.sas.lsaf.workflow.processflow |
The service and class definitions to manage process flows.
|
com.sas.lsaf.workflow.processflow.setup |
The service and class definitions to manage process flows setup elements.
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionInfo |
ProcessDefinitionService.activateProcessDefinition(String id)
Activates the latest deployed version of the process flow definition so that process flows can be created from
it.
|
ProcessDefinitionInfo |
ProcessDefinitionService.getProcessDefinitionById(String id)
Gets the latest deployed version of the process flow definition by the specified identifier.
|
ProcessDefinitionInfo |
ProcessDefinitionService.suspendProcessDefinition(String id)
Suspends the latest deployed version of the process flow definition so that process flows cannot be created from
it.
|
Modifier and Type | Method and Description |
---|---|
ProcessFlow |
ProcessFlowService.createProcessFlow(String contextId,
String processFlowName,
String processDefinitionId)
Creates a process flow at the context using the latest deployed version of the process flow definition.
|
Modifier and Type | Method and Description |
---|---|
Set<ElementSetup> |
ProcessFlowSetupService.getElementSetups(String id)
Gets the process flow setup elements for the process flow.
|
ElementSetup |
ProcessFlowSetupService.updateElementSetup(ElementSetup elementSetup)
Updates the element setup for the process flow.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA