Class: Plumbing::Operation::State

Inherits:
Literal::Data
  • Object
show all
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).