| Package | Description |
|---|---|
| com.orchestranetworks.workflow |
Provides classes and interfaces for implementing workflow processes and
invoking them.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConditionContext
This interface is used as the context for
Condition
evaluation. |
interface |
ScriptTaskContext
This interface is used as the context for
ScriptTask
execution. |
interface |
SubWorkflowsCompletionContext
Provides the context when all launched sub-workflows have completed.
|
interface |
SubWorkflowsCreationContext
Provides the context for launching the sub-workflows of a step.
|
interface |
UserTaskCreationContext
This interface is used as the context for
work items creation. |
interface |
UserTaskWorkItemCompletionContext
This interface is used as the context for
work item completion. |
interface |
WaitTaskOnResumeContext
This interface is used as the context for
resuming a wait task. |
interface |
WaitTaskOnStartContext
This interface is used as the context for
starting a wait task. |
| Modifier and Type | Method and Description |
|---|---|
DataContext |
ProcessInstanceStep.getDataContextAfter()
Returns the state of the data context just after the execution of the step.
|
DataContext |
ProcessInstanceStep.getDataContextBefore()
Returns the state of the data context just before the execution of the step.
|