Uses of Interface
com.orchestranetworks.workflow.DataContext
Packages that use DataContext
Package
Description
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of DataContext in com.orchestranetworks.workflow
Subinterfaces of DataContext in com.orchestranetworks.workflowModifier and TypeInterfaceDescriptioninterface
This interface is used as the context forCondition
evaluation.interface
This interface is used as the context forScriptTask
execution.interface
Provides the context when all launched sub-workflows have completed.interface
Provides the context for launching the sub-workflows of a step.interface
This interface is used as the context forwork items creation
.interface
This interface is used as the context forwork item completion
.interface
This interface is used as the context forresuming a wait task
.interface
This interface is used as the context forstarting a wait task
.Methods in com.orchestranetworks.workflow that return DataContextModifier and TypeMethodDescriptionProcessInstanceStep.getDataContextAfter()
Returns the state of the data context just after the execution of the step.ProcessInstanceStep.getDataContextBefore()
Returns the state of the data context just before the execution of the step.