Uses of Interface
com.orchestranetworks.workflow.WaitTaskOnStartContext
-
Packages that use WaitTaskOnStartContext Package Description com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of WaitTaskOnStartContext in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow with parameters of type WaitTaskOnStartContext Modifier and Type Method Description abstract voidWaitTaskBean. onStart(WaitTaskOnStartContext aContext)This method is automatically executed when the control flow reaches the wait task step, just after changing the workflow state to a waiting state.
-