Uses of Class
org.sterl.pmw.model.WorkflowFactory
Packages that use WorkflowFactory
-
Uses of WorkflowFactory in org.sterl.pmw.model
Methods in org.sterl.pmw.model that return WorkflowFactoryModifier and TypeMethodDescriptionThis step will wait for a signal/resume using theWorkflowContext.nextTaskId()and allows to update the workflow state for the next step.This step will wait for a signal/resume using theWorkflowContext.nextTaskId()and allows to update the workflow state for the next step.static <T extends Serializable>
WorkflowFactory<T> WorkflowFactory.next(WorkflowStep<T> s) WorkflowFactory.stepRetryStrategy(org.sterl.spring.persistent_tasks.api.RetryStrategy retryStrategy) <TS extends Serializable>
WorkflowFactory<T> Methods in org.sterl.pmw.model that return types with arguments of type WorkflowFactoryModifier and TypeMethodDescriptionWorkflowFactory.choose()Allows to select multiple different named steps by returning the name of the step to execute.WorkflowFactory.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.WorkflowFactory.onLastStepError()