Uses of Class
com.sas.lsaf.workflow.processflow.ProcessFlowExistsException
-
Packages that use ProcessFlowExistsException Package Description com.sas.lsaf.workflow.processflow 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 ProcessFlowExistsException Modifier and Type Method Description ProcessFlow
ProcessFlowService. copyProcessFlow(ProcessFlowCopyInfo copyInfo)
Copies the process flow with the specified source process flow identifier.ProcessFlow
ProcessFlowService. createProcessFlow(java.lang.String contextId, java.lang.String processFlowName, java.lang.String processDefinitionKey)
Creates a process flow at the specified context using the latest deployed version of the process flow definition.ProcessFlow
ProcessFlowService. updateProcessFlow(ProcessFlow processFlow)
Updates the process flow.
-