Workflow debug logs

Is there a way to view debug info from a workflow run that occurred when the workflow was not open in the browser? This would be helpful when diagnosing bugs and issues that Experience users run into.

Hi Brian,

You should take a look at this API call to the workflow logs. This will be helpful to you if the workflow threw an exception, unfortunately we do not write an entry when a node in a workflow returns an error object. These logs are not currently displayed on our site, but we do have plans to get them on there. :slight_smile:

Hope that helps.

Erin

Thanks for the update Erin. That API endpoint will certainly help with identifying bugs. I’ll make sure to keep an eye out for blog updates regarding workflow logs. Something along the lines of AWS’s CloudWatch would be very helpful for troubleshooting, even if it only kept a record of the past couple days or so.