Uses of Class
com.sas.lsaf.workflow.processdefinition.ProcessDefinitionStateException
Packages that use ProcessDefinitionStateException
Package
Description
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 ProcessDefinitionStateExceptionModifier and TypeMethodDescriptionProcessDefinitionService.activateProcessDefinition(String processDefinitionKey) Activates the latest deployed version of the process flow definition so that process flows can be created from it.ProcessDefinitionService.suspendProcessDefinition(String processDefinitionKey) Suspends the latest deployed version of the process flow definition so that process flows cannot be created from it.