Add Choice State

Learn to implement the Choice state in a workflow.

We'll cover the following...

Before we start testing our Map state, let's add one important thing. As we remember well, in the previous step, we check that we have all the ingredients. It would be useful to handle a case where we don't have enough ingredients, because without this we cannot continue with our confectionery production.

The Choice state in

...