Uses of Interface
com.orchestranetworks.workflow.ScriptTaskContext
-
Packages that use ScriptTaskContext Package Description com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of ScriptTaskContext in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow with parameters of type ScriptTaskContext Modifier and Type Method Description abstract voidScriptTask. executeScript(ScriptTaskContext aContext)This method is automatically executed when the control flow reaches the script task.
-