ML Wiki
Machine Learning Wiki - A collection of ML concepts, algorithms, and resources.

Milestone Pattern

Milestone Pattern

This is a State-based Workflow Pattern

Consider the following example:

  • at the airport, you can check in only 24h before the flight
  • so we need to trigger this process only when appropriate

Image

Sources