Uses of Class
com.sas.lsaf.workflow.processflow.ProcessFlowExistsException
Packages that use ProcessFlowExistsException
Package
Description
The service and class definitions to manage process flows.
-
Uses of ProcessFlowExistsException in com.sas.lsaf.workflow.processflow
Methods in com.sas.lsaf.workflow.processflow that throw ProcessFlowExistsExceptionModifier and TypeMethodDescriptionProcessFlowService.copyProcessFlow(ProcessFlowCopyInfo copyInfo) Copies the process flow with the specified source process flow identifier.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.ProcessFlowService.updateProcessFlow(ProcessFlow processFlow) Updates the process flow.