pcah/python-clean-architecture

Application: Flow Use Case

lhaze opened this issue · 0 comments

lhaze commented
  • Every behavior of the Use Case applies here as well.
  • Flow Use Case represents the cases that span across multiple stages and therefore have some internal structure.
  • Each stage is represented by a State, each process is represented by a Transition. This way the Flow can be seen as a State Machine.