Call Other Workflow node fails even with correct JSON structure

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

Hi Andrea,

I believe our team has already responded to your questions via email, but I’d like to also summarize the key points here for clarity and future reference:

  • Problem: Incorrect JSON format and the workflow was set to private.
  • Solution: Fix the JSON and make the workflow public by enabling the “shareable link” in its settings.

Best,
Wendy