Skip to content

Commit d4900ad

Browse files
add error in workflow docs
1 parent 28dbdb7 commit d4900ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs-v2/pages/troubleshooting.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ If you're encountering a specific issue in a workflow, try the following steps,
5353

5454
If you're still seeing the issue after trying these steps, please reach out in [the community](https://pipedream.com/support).
5555

56+
### Error in workflow
57+
58+
If you see a generic `Error in workflow` when invoking a webhook-triggered workflow, follow these steps to resolve the issue:
59+
1. Check if your trigger is configured to return a custom HTTP response.
60+
2. Confirm that your workflow is [returning an HTTP response](https://pipedream.com/docs/workflows/building-workflows/triggers/#customizing-the-http-response) in *every* situation, e.g., by using `$.respond()`.
61+
5662
### How do I invoke another workflow?
5763

5864
We provide a [Trigger Workflow](https://pipedream.com/apps/helper-functions/actions/trigger-workflow) action in the [Helper Functions](https://pipedream.com/apps/helper-functions) app. [See more here](/workflows/building-workflows/code/nodejs/#invoke-another-workflow).

0 commit comments

Comments
 (0)