I'm encountering an issue following the recent update concerning my Scheduling Agent. It successfully triggers another workflow, but it's failing to pass the necessary information to the workflow responsible for scheduling.
{
"nodes": [
{
"parameters": {
"name": "calliniomakecall",
"description": "Utilize essa ferramenta para agendar visitas. A entrada deve ser separadas em várias strings exemplo:n- nomen- phonen- emailn- startTime",
"workflowId": {
"rl": true,
"value": "0yeDARN5nWwwvhQ2",
"mode": "list",
"cachedResultName": "calcommakecallmeeting"
},
"workflowInputs": {
"mappingMode": "defineBelow",
"value": {},
"matchingColumns": "",
"schema": [
{
"id": "nome",
"displayName": "nome",
"required": false,
"defaultMatch": false,
"display": true,
"canBeUsedToMatch": true,
"type": "string",
"removed": false
},
{
"id": "phone",
"displayName": "phone",
"required": false,
"defaultMatch": false,
"display": true,
"canBeUsedToMatch": true,
"type": "string",
"removed": false
},
{
"id": "email",
"displayName": "email",
"required": false,
"defaultMatch": false,
"display": true,
"canBeUsedToMatch": true,
"type": "string",
"removed": false
},
{
"id": "Consulta",
"displayName": "Consulta",
"required": false,
"defaultMatch": false,
"display": true,
"canBeUsedToMatch": true,
"type": "string",
"removed": true
},
{
"id": "startTime",
"displayName": "startTime",
"required": false,
"defaultMatch": false,
"display": true,
"canBeUsedToMatch": true,
"type": "string",
"removed": false
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
}
},
"type": "@callin.io/callin.io-nodes-langchain.toolWorkflow",
"typeVersion": 2,
"position": [
900,
720
],
"id": "d832bfe5-7181-4f64-8e38-83421502849b",
"name": "calliniomakecall"
}
],
"connections": {
"calliniomakecall": {
"aitool": [
""
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "15b55752098d80ddca07edb852ca6f24f2a550fc18ee79387276e87bf1bb256b"
}
}
Information on your callin.io setup
- callin.io version: 1.77.
- Database (default: Reddis):
- Running callin.io via (Digital Ocean):
- Operating system: Windows
It appears your topic is missing some crucial details. Could you please provide the following information, if relevant?
- callin.io version:
- Database (default: SQLite):
- callin.io EXECUTIONS_PROCESS setting (default: own, main):
- Running callin.io via (Docker, npm, callin.io cloud, desktop app):
- Operating system:
Please provide the details above.
Kindly update your callin.io version to 1.80.5. This addresses a known bug that has since been resolved.
If this response resolves your query, please consider marking it as the solution.
This discussion was automatically closed 90 days following the last response. New replies are no longer permitted.