Hi everyone,
I’m trying to create a workflow in AgenticFlow where I call another workflow using the “Call Other Workflow” node.
The JSON structure I provide in the “Workflow Input” field matches exactly the structure expected by the called workflow.
However, I keep getting the following error:
Failed to execute node call_other_workflow
I’ve attached a screenshot showing my configuration.
The variable website_url
is correctly set from user input, and the JSON is:
json
{
"input": {
"text": "{{website_url}}"
}
}
The first workflow works fine on its own with the same input structure.
What could be causing this error?
Thank you for your help!
I changed the structure of first workflow to have a Json handling on input (at origin was a simple text) because I noticed Json format is mandatory in callling other workflow… maybe I made something wrong