Uses of Interface
com.orchestranetworks.workflow.ProcessInstanceStep
-
Packages that use ProcessInstanceStep Package Description com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of ProcessInstanceStep in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return ProcessInstanceStep Modifier and Type Method Description ProcessInstanceStepProcessInstanceHistory. getCurrentStep()If the process instance is not completed, returns the current step.Methods in com.orchestranetworks.workflow that return types with arguments of type ProcessInstanceStep Modifier and Type Method Description List<ProcessInstanceStep>ProcessInstanceHistory. getSteps()Returns the list of process instance steps that have already been executed, as well as the current step if the process is not yet complete.
-