Uses of Class
com.sas.lsaf.workflow.processdefinition.ProcessDefinitionStateException
-
Packages that use ProcessDefinitionStateException Package Description com.sas.lsaf.workflow.processdefinition The service and class definitions to manage process flow definitions. -
-
Uses of ProcessDefinitionStateException in com.sas.lsaf.workflow.processdefinition
Methods in com.sas.lsaf.workflow.processdefinition that throw ProcessDefinitionStateException Modifier and Type Method Description ProcessDefinitionInfo
ProcessDefinitionService. activateProcessDefinition(java.lang.String processDefinitionKey)
Activates the latest deployed version of the process flow definition so that process flows can be created from it.ProcessDefinitionInfo
ProcessDefinitionService. suspendProcessDefinition(java.lang.String processDefinitionKey)
Suspends the latest deployed version of the process flow definition so that process flows cannot be created from it.
-