RubyFlow The Ruby and Rails community linklog

Configuration-driven state machines

Many projects need a state machine to control workflows, You can read all sorts of computer science articles on what a state machine is, but the essence is that a particular object can exist in a certain number of states only, and events will cause a transition from one state to another.

Read the full post here: https://medium.com/just-tech/configuration-driven-state-machines-db26b85d1a67

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in