Package org.javasteps.steps

Interface Summary
Step The Step interface is the basic interface every step that his participating in a process must implement
 

Class Summary
ActionStep The ActionStep class is used to hold action based steps
ConditionStep The ConditionStep class is used to hold conditional steps
EmptyStep An empty step that does nothing on run.
ForkStep TBD