To give a concrete example:
- I launch an API Workflow on an ingredient list.
- This API will take the list of my ingredients and update them all.
- I then have to take the whole list, find the associated recipes and update a new recipe list (so I’m also working via a Workflow API on a list).
And this logic runs several times to update all the data I need: the result of one list allows me to update the next etc…