Dear Friends,
I was using CReW list runner/conditional runner quite a bit in my previous projects to chain workflows together. Now I am learning gallery APIs and would like to know if we could have a similar solution that we can chain the workflow in gallery together.
What I understand is when working with gallery API, if we call the workflow execute endpoint, the response will show the job is queued and we need to periodically call the job run status endpoint to get the job status.
I would like to learn if there is an event-driven approach to chain the workflows - i.e. if the 1st wf completes, the 2nd wf will be triggered automatically.
Thanks!!
Francis