Uses of Class
com.orchestranetworks.workflow.ProcessInstanceStep.WaitTaskState
-
Packages that use ProcessInstanceStep.WaitTaskState Package Description com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of ProcessInstanceStep.WaitTaskState in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return ProcessInstanceStep.WaitTaskState Modifier and Type Method Description ProcessInstanceStep.WaitTaskStateProcessInstanceStep. getWaitTaskState()Returns the current state of the wait task; returnsnullif this step is not a wait task.static ProcessInstanceStep.WaitTaskStateProcessInstanceStep.WaitTaskState. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessInstanceStep.WaitTaskState[]ProcessInstanceStep.WaitTaskState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-