Fork
A fork is a point in your multi-step flow where branching is required
Forks contain logic used to decide which branch to take
It's a custom object with the following required method
Note, How you create steps is up to you, see the Examples or some source files for tips
getNextBranch(props)
Param Object props
with a reference to your Tree via props.tree
Returns the named branch as set in your config