Uses of Interface
com.orchestranetworks.workflow.ProcessInstance
Packages that use ProcessInstance
Package
Description
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of ProcessInstance in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return ProcessInstanceModifier and TypeMethodDescriptionSubWorkflowsCompletionContext.getCompletedSubWorkflow(String aSubWorkflowName) Retrieves the completed sub-workflow identified by a name.ProcessExecutionInfoContext.getProcessInstance()Returns information about the current process instance.final ProcessInstanceWaitTaskResumeResult.getProcessInstance()Returns the workflow associated with the resumed wait task.WorkflowEngine.getProcessInstance(ProcessInstanceKey aProcessInstanceKey) Returns information about the specified workflow.Methods in com.orchestranetworks.workflow that return types with arguments of type ProcessInstanceModifier and TypeMethodDescriptionSubWorkflowsCompletionContext.getCompletedSubWorkflows()Returns the list of completed sub-workflows sorted by launch order.ProcessInstance.getCurrentSubWorkflows()Returns the list of the current sub-workflows; if no current sub-workflows exist, returns an empty list.ProcessInstance.getSubWorkflows()Returns the list of all the sub-workflows (past or current) of this workflow; if no sub-workflows exist, returns an empty list.ProcessInstanceStep.getSubWorkflowsInvocationSubWorkflows()Deprecated.Since 5.7.0.