Recent problem with backend workflow

Hi there.
We have, in our app, sequences like Backend Workflow triggering Custom Event that schedules another Backend Workflow.
Suddenly, this stopped working last week - it seems that it schedules the workflow, it doesn’t trigger any error but nothing is executed inside this last workflow.
Could this be related to the last version (30) ?
Could it be related to the problems being experienced by bubble last couple of weeks ?
We need to solve this issue asap as it is a show stopper…
Any help would be appreciated.
Thanks,
Paulo

Does any other API Workflow scheduling cause the same behaviour?

It might be limited to your current scheduled API workflow only, which leads to ask yourself about what inside that specific API workflow.

Hi @ademiguel
It happens in all cases where this depth happens: WF calls CE calls WF.
And also the code hasn’t change in a while.
Suddenly, it no longer works - everything seems to be fine but it does nothing inside the deeper level workflow.
I also tried to put insed the workflow just a simple Console Log (server) print - it doesn’t show in logs…
Thanks for your help,
Paulo

Can you see that Pause tasks button?

I feel stupid…
Yes, it was paused.
Maybe I did it or someone else did it.
Thanks very much @ademiguel !