Uses of Class
com.sas.lsaf.workflow.processflow.ProcessFlowContextNotFoundException
Packages that use ProcessFlowContextNotFoundException
Package
Description
The service and class definitions to manage process flows.
-
Uses of ProcessFlowContextNotFoundException in com.sas.lsaf.workflow.processflow
Methods in com.sas.lsaf.workflow.processflow that throw ProcessFlowContextNotFoundExceptionModifier and TypeMethodDescriptionProcessFlowService.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.getMyProcessFlowDescriptorsByContext(String contextId, boolean includeChildren) Gets all of the process flows that are owned by the current user at a context, and (optionally) below.ProcessFlowService.getProcessFlowDescriptorsByContext(String contextId, boolean includeChildren) Gets the process flows at the context and (optionally) below.