I have already submitted a bug report. Hoping for quicker attention here in the forum.
All this relates (currently) to my development server. I haven’t tried pushing anything live in fear this behaviour will be repeated there too!
Whenever one of my API workflows schedule another API workflow, the second API workflow does not run. Looking at the logs you can see “Schedule [name of API workflow]” with all the variables listed as expected and no mention of condition failure. However, nothing in the second API workflow happens. Every action in the first API workflow occurs as expected other than scheduling other API workflows.
For example:
API workflow: “message_changed”
When I send data to this endpoint from an external source, “message_changed” starts.
Step 1 (schedule another workflow) appears to schedule in the logs (see screenshot attached) but nothing further happens. No conditions are failed.
Step 2 fails its condition and is skipped (as expected).
Step 3 creates a new database entry as expected.
I know there was wider outage this morning but is anyone else experiencing ongoing issues, perhaps similar to this one?
Also if I’m just an idiot and have missed something simple please let me know.