There was an error executing the flow:Internal Server Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2020 07:18 AM
I have created a flow for Ansible integration. This is a big flow with lots of other activities. One of the actions is for Ansible integration where I'm getting this error, given below, when I try to test it.
Not sure how to go about debugging this error. Please advice.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2020 07:58 AM
Hi Amrita,
Are you seeing anything drop out to the system log or web console? That's where I would start. Once you can find more detail on the error, you have a better chance of determining the source and root cause.
Also, are you able to test individual steps in the flow? With such a large flow, it may be a challenge to narrow down without going through the whole chain step by step.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2020 08:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2020 08:38 AM
Hi Amrita,
Here is a great KB article on how to debug for this error. I recommend following these steps.
The likelihood is that the error is referential, meaning a record being selected is not available, or otherwise erroneous. One way to troubleshoot could be to create a new flow and add identical steps one by one until you run into the error again. Then you'll know exactly where to target your efforts. You can also divide your flow into subflows to isolate unique components.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2020 08:46 AM
Thanks Stephen. Will try it and let you know.