My workflow is not triggered #13325
Replies: 2 comments 4 replies
-
Hey is this self-hosted? Did you start your background worker? Workflows are processed asynchronously by the worker. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your quick response. Yes it is self hosted. The background worker is running, it is running as a docker compose. It used to work. The worker is throwing many errors in the log, here is one example
Such logs appear multiple times everytime a note is edited. I was unable to resolve the issue with this. It talks about "invalid input value", but no matter how I change the input parameters to my workflow, the error persists, even if I remove all input parameters. Is there something I have overlooked or can try next? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to build a workflow, that shall be triggered, when a note is updated. The code simply makes a webrequest. When I click the "Test" button, the request comes through, but when I update a note, nothing happens. The "IP" is of course replaced with the correct value. The workflow is active. Is there something I might have overlooked?


Beta Was this translation helpful? Give feedback.
All reactions