Slide 15
Slide 15 text
Anatomy of a Transaction
●
Each “step” is run in the order
declared in the `step` DSL
●
Each step returns a “Result”,
which is “Success” or “Failure”
●
If Success, it gets passed to the
next step
●
If Failure, execution halts, no
more steps are run, and that
Failure is returned.