Murilo Ravani
Murilo Ravani10mo ago

Webhook with the Workflow Status

Is there a webhook or at least any way to check the status of the flow? Right now I run the flow from my app but I have no idea what is going on behind, if the flow got some error or successfully complete...
3 Replies
Gaurav Chadha
Gaurav Chadha10mo ago
Hi @Ravani, You can check logs when you test and ship your workflow after the webhook endpoint of your trigger is executed. The logs contains the sequence of flow of each node and step of your workflow, which will help you know what is happening. Logs - https://docs.buildship.com/logging.
Murilo Ravani
Murilo Ravani10mo ago
But I need something to tell my user what is going on after he clicks a button... there is a big flow running on the background but not a single feedback for him 😦
Gaurav Chadha
Gaurav Chadha9mo ago
Hi @Ravani, sorry we missed your message here. For this you will require to implement a feedback mechanism on your frontend, and use the response from the BuildShip logs to display the required information, I'll also check if there is another way to display response from workflow logs in BuildShip.