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
This is a State-based Workflow Pattern
Consider the following example: