Class WorkflowStep

java.lang.Object
org.gbif.api.model.pipelines.WorkflowStep
All Implemented Interfaces:
Serializable

public class WorkflowStep extends Object implements Serializable
Models a step in a Pipeline workflow.

These steps are identified by the StepType and are linked to their next steps in the workflow.

See Also: