Why is My Pipedream Workflow Timing Out Before Executing Any Steps Despite Configuring Max Timeout?

This topic was automatically generated from Slack. You can find the original thread here.

Experiencing an issue where a pipedream workflow is timing out before executing any steps. The goal of this is to capture a new file in a folder within onedrive, download it and parse it via python. Even with max timeout configured, it still errors at 0/2 steps. Any help on this?

This is just a limitation of the system/UI.

Pipedream currently cannot display the workflow progress for timeouts. :disappointed:

A workaround would be to send yourself notifications for the progress, or save the progress in the data store.

That way, when it times out, you could check what was the latest successful operation (which should give you an idea of what is causing the timeout).