mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-10 23:34:00 -04:00
Workflow Strict validation not working #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @logan-markewich on GitHub (Jul 17, 2025).
Was trying to run an example from the docs
I added extra logs to see what was happening, here's the output
It seems like all handlers are being restricted by the strict handler, like none of the steps are really running properly?
Also, shouldn't this raise an error instead of printing logs or nah?