Describe the problem/error/question
No place to input the required parameter on the parent workflow( call workflow node) that the child workflow ( execute workflow ) trigger needs for it to runWhat is the error message (if any)? “No parameters are set up to be filled by AI. Click on the
button next to a parameter to allow AI to set its value ( meanwhile, no place to create the required parameter that the child workflow ( execute workflow trigger ) needs for the child workflow to run).
also: response: There was an error: “(child) Workflow is not active and cannot be executed.”
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
{
"nodes": [
{
"parameters": {
"description": "Call this tool to take any action in email",
"workflowId": {
"__rl": true,
"value": "l0ysvAQSkBwXjGTd",
"mode": "list",
"cachedResultUrl": "/workflow/l0ysvAQSkBwXjGTd",
"cachedResultName": "Email Agent Demo"
},
"workflowInputs": {
"mappingMode": "defineBelow",
"value": {},
"matchingColumns": [],
"schema": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
}
},
"type": "@n8n/n8n-nodes-langchain.toolWorkflow",
"typeVersion": 2.2,
"position": [
352,
160
],
"id": "a5b82595-e01a-41d2-87fa-78a170cb8010",
"name": "Call 'Email Agent Demo'"
}
],
"connections": {
"Call 'Email Agent Demo'": {
"ai_tool": [
[]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "7612b37b1e5e96d5c2dce974a837bd14bbf2c004a06bc3779713b21b35e33568"
}
}
{
"nodes": [
{
"parameters": {
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"typeVersion": 1.4,
"position": [
16,
-16
],
"id": "616534af-1fae-4e98-b8b8-bb6e092e0a22",
"name": "When chat message received",
"webhookId": "ca3b2b64-5b08-4e4c-b357-24fd84680103"
},
{
"parameters": {
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 3.1,
"position": [
192,
-48
],
"id": "763a2985-2f58-427e-a2c6-22c717e7cc07",
"name": "AI Agent"
},
{
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-5-mini"
},
"builtInTools": {},
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"typeVersion": 1.3,
"position": [
96,
176
],
"id": "43648cb5-b190-4d04-a5de-61695d585623",
"name": "OpenAI Chat Model",
"credentials": {
"openAiApi": {
"id": "OaT76XQ9FoI0ukxk",
"name": "OpenAi account"
}
}
},
{
"parameters": {
"description": "Call this tool to take any action in email",
"workflowId": {
"__rl": true,
"value": "l0ysvAQSkBwXjGTd",
"mode": "list",
"cachedResultUrl": "/workflow/l0ysvAQSkBwXjGTd",
"cachedResultName": "Email Agent Demo"
},
"workflowInputs": {
"mappingMode": "defineBelow",
"value": {},
"matchingColumns": [],
"schema": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
}
},
"type": "@n8n/n8n-nodes-langchain.toolWorkflow",
"typeVersion": 2.2,
"position": [
352,
160
],
"id": "a5b82595-e01a-41d2-87fa-78a170cb8010",
"name": "Call 'Email Agent Demo'"
}
],
"connections": {
"When chat message received": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Call 'Email Agent Demo'": {
"ai_tool": [
[
{
"node": "AI Agent",
"type": "ai_tool",
"index": 0
}
]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "7612b37b1e5e96d5c2dce974a837bd14bbf2c004a06bc3779713b21b35e33568"
}
}
Share the output returned by the last node
output
Sorry — I couldn’t send the message. The email workflow returned an error: “Workflow is not active and cannot be executed.”\n\nYou can copy & send this, or tell me if you want me to try again (and provide any sender name or changes):\n\nTo: [email protected]\nSubject: Quick question — is the team meal ready?\n\nHi Candice,\n\nQuick question: is the team meal ready yet? If so, do you have an ETA for when it will be served or ready for pickup? If you need any help with anything, I’m available.\n\nThanks,\n[Your name]\n\nWould you like me to retry sending it or edit the message?
Information on your n8n setup
- n8n version: 2.12.3
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): hostinger vps
- Operating system: macos ventura 13.5

