We got the task to make an order API, from open order, to delivered, with payments in between and after. So there are naturally a lot of states, and a lot of transitions where we needed to calculate the prices correctly and handle credit card transfers. Keeping track of all of this, and when we need to do what, ensuring that an order is always up to date, and that it has the data it needs, and that we send good error messages when a user can not do an action, was a challenge for us until we discovered the workflow component. This is a real happy use case story where I will show you how we did this, and how much more straightforward it was for us to build an otherwise complex system using the workflow component.

Comments

Comments are closed.

Nadia Sala at 11:53 on 16 May 2019

I really enjoyed this talk and I find that Michelle is a great speaker. The topic was interesting and very well explained both from a theoretical and a practical point of view.
In my opinion the talk could be enriched with comparisons or examples of integration in other frameworks.