Backend Workflow Not Running - But Says Successful in Logs

Hi everyone. I’m on a paid plan, have had backend workflows working in the app previously, but cannot get my new ones to work. I’m triggering a backend workflow from a button push. For troubleshooting, I’m just trying to create a database item in the backend workflow to confirm working.

Button submit workflow:

Backend workflow:

The first step in the backend workflow is to create a database item “Chat”

Here’s the server logs where it says it finished running the backend workflow:

What am I missing? Thank you!

Solved it! I had paused all tasks in Logs > Scheduler and totally forgot about it. I pressed “Resume Tasks” and they’re all running again.

Leaving this here for the next person with this issue.