Class: Plumbing::Operation::State
- Defined in:
- lib/plumbing/operation/state.rb
Overview
A node in the state machine. action runs on entry (nil for
decision/result). transitions are ordered; the first matching guard
wins. wait_options is set only for :wait states (Plan 2b).