Class WorkflowStep.Builder

java.lang.Object
org.efs.activator.WorkflowStep.Builder
Enclosing class:
WorkflowStep

public static final class WorkflowStep.Builder extends Object
Provides ability to programmatically define a WorkflowStep instance. Requires definition of a unique IEfsActivateAgent name, agent begin and end states, and maximum allowed agent transition time.

A workflow step builder instance is accessed via WorkflowStep.builder().

A builder may be used in combination with a loaded typesafe WorkflowStepConfig bean to create a workflow step instance.

Author:
Charles W. Rapp