Uses of Interface
org.sterl.pmw.model.WorkflowChooseFunction
Packages that use WorkflowChooseFunction
-
Uses of WorkflowChooseFunction in org.sterl.pmw.model
Methods in org.sterl.pmw.model with parameters of type WorkflowChooseFunctionModifier and TypeMethodDescriptionWorkflowFactory.choose(String id, WorkflowChooseFunction<T> chooseFn) Allows to select multiple different named steps by returning the name of the step to execute.WorkflowFactory.choose(WorkflowChooseFunction<T> chooseFn) Allows to select multiple different named steps by returning the name of the step to execute.ChooseFactory.chooseFn(WorkflowChooseFunction<T> value)