Statesman v0.8.0 Release Notes

Release Date: 2014-06-29 // almost 10 years ago
  • Additions

    • Events. Machines can now define events as a logical grouping of transitions (patch by @iurimatias)
    • Retries. Individual transitions can be executed with a retry policy by wrapping the method call in a Machine.retry_conflicts {} block (patch by @greysteil)