Uses of Class
com.sas.lsaf.workflow.processflow.ProcessFlowContextNotFoundException
-
Packages that use ProcessFlowContextNotFoundException Package Description com.sas.lsaf.workflow.processflow 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 ProcessFlowContextNotFoundException Modifier and Type Method Description 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.java.util.Set<ProcessFlowDescriptor>
ProcessFlowService. getMyProcessFlowDescriptorsByContext(java.lang.String contextId, boolean includeChildren)
Gets all of the process flows that are owned by the current user at a context, and (optionally) below.java.util.Set<ProcessFlowDescriptor>
ProcessFlowService. getProcessFlowDescriptorsByContext(java.lang.String contextId, boolean includeChildren)
Gets the process flows at the context and (optionally) below.
-