T
Twenty4w ago
kyrpav

Workflow External System Status info

Hi the context is: YOu are triggering lets say manually a workflow from twenty that calls a webhook to n8n where you have set your own workflow there. As example you are getting a selected people and you are sending an automated email. The status of the twenty workflow is completed at the moment that the webhook is launched properly. The n8n workflow though breaks for any reason. Is there any way to get but this as notification inside twenty to know the result of the workflow?
2 Replies
ɃØĦɆᵾS
ɃØĦɆᵾS4w ago
There are 2 pieces to solve this problem: n8n and Twenty I'm not sure if n8n has any native feature supporting reporting the state of workflow but quick ask in search engine suggests this solution https://community.n8n.io/t/simple-way-to-check-if-a-workflow-is-running/43277 Twenty on the other hand doesn't have any kind of notification inbox as of now (it'll be implemented in Q4 https://github.com/twentyhq/core-team-issues/issues/210) and workaround of creating a note with relation to workflow run isn't possible as notes don't support relations to workflows so probably the only other way would be just sending email directly to user mail account
n8n Community
Simple way to check if a workflow is running
I have seen various questions from people asking how to check to see if a workflow is running, most recently here. I never needed this exact functionality but I decided to put together a workflow anyway for anyone it would help. It just saved a file with a unique ID at the beginning of the workflow and deletes it at the end. The first step of ...
GitHub
twentyhq/core-team-issues
A repo for hosting all the core team issues. Contribute to twentyhq/core-team-issues development by creating an account on GitHub.
kyrpav
kyrpavOP4w ago
i enabled that the webhook resonses not immediatly which was the initial setup but after the last node finishes and then if there any error thrown in n8n it gets back that there was a workflow error . which for first level it is enough so i can go and see in n8n what happened

Did you find this page helpful?