| Package | Description |
|---|---|
| com.orchestranetworks.workflow |
Provides classes and interfaces for implementing workflow processes and
invoking them.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessInstanceStep |
ProcessInstanceHistory.getCurrentStep()
If the process instance is not completed, returns the current step.
|
| Modifier and Type | Method and 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.
|