Custom Events in API Workflow

Hi,

I have an API workflow that has a various steps, including triggering other api workflows. Whilst the normal steps run fine, none of the custom events are being triggered. They are not even shown in the logs as failed either - the logs just show the normal step results, then show completion of the whole API workflow - missing out the custom events completely.

Are there known issues of triggering custom events from within an API workflow?

thanks!

Do you mean a Backend Workflow when you say an API workflow? Are there perhaps references in your Custom Events that are not usable, like for example Current User, but you are not triggering them in the Custom event? I have also had cases where I copied Custom Events (from one workflow to another) and it didn’t go as expected (and also gave no error messages). And then I manually re-linked them.