Skip to content
callin.io Subworkfl...
 
Notifications
Clear all

callin.io Subworkflow doesn't trigger

14 Posts
5 Users
0 Reactions
6 Views
Rafaelnko
(@rafaelnko)
Posts: 6
Active Member
Topic starter
 

When I instruct the AI Agent to draft an email, it only outputs the draft to the Telegram chat and does not proceed to the sub-workflow for drafting. It has the capability to access tools and other sub-workflows.

Output returned by the last node:

json
[
{
“ok”: true,
“result”: {
“message_id”: 166,
“from”: {
“id”: 7604993655,
“is_bot”: true,
“first_name”: “rafaels personal bot”,
“username”: “rafaels_personal_bot”
},
“chat”: {
“id”: 7436356715,
“first_name”: “Rafael”,
“username”: “ragrinenko”,
“type”: “private”
},
“date”: 1740587864,
“text”: “- Recepients email: [support@apple.com](mailto:support@apple.com)n- Subject line: Frage zur Installation des neuesten iOS Updatesnn- Body:nnSehr geehrte Damen und Herren,nnic hhabe eine Frage bezüglich der Installation des neuesten iOS Updates auf meinem iPhone Modell, z.B. iPhone 14 Pro. Ich bin mir unsicher, wie ich vorgehen muss.nnKönnten Sie mir bitte eine detaillierte Anleitung zukommen lassen oder mich auf eine entsprechende Seite auf Ihrer Website verweisen?nnVielen Dank im Voraus für Ihre Unterstützung.nnMit freundlichen Grüßen,nnRafael”,
“entities”: [
{
“offset”: 20,
“length”: 17,
“type”: “email”
}
]
}
}
]

Information on your callin.io setup

  • callin.io version: 1.80.3
  • Database (default: SQLite):
  • callin.io EXECUTIONS_PROCESS setting (default: own, main):
  • Running callin.io via (Docker, npm, callin.io cloud, desktop app): callin.io cloud
  • Operating system: Windows 11
 
Posted : 26/02/2025 4:43 pm
Ruslan_Yanyshyn
(@ruslan_yanyshyn)
Posts: 8
Active Member
 

Hello! Welcome to the community. I notice that your Email Agent is named ResearchAgent and vice versa.

 
Posted : 26/02/2025 5:30 pm
Daniel_Lamphere
(@daniel_lamphere)
Posts: 9
Active Member
 

Perhaps a basic question, but are your sub-workflows enabled?

 
Posted : 27/02/2025 9:00 am
Rafaelnko
(@rafaelnko)
Posts: 6
Active Member
Topic starter
 

You were correct. I've implemented the fix, and it initially worked, but I'm encountering the same issue again. Additionally, the output from the parent workflow isn't being passed to the sub-workflow for an unknown reason:

And here is the Email Agent:

 
Posted : 27/02/2025 10:28 am
Rafaelnko
(@rafaelnko)
Posts: 6
Active Member
Topic starter
 

No, they are not activated. I am unable to activate a sub-workflow independently. Additionally, it functioned correctly when all other workflows were disabled, and I simply clicked “Test Workflow” on the parent workflow.

 
Posted : 27/02/2025 10:30 am
Ruslan_Yanyshyn
(@ruslan_yanyshyn)
Posts: 8
Active Member
 

The Email agent features two triggers, one of which requires an active workflow. You might consider relocating the Text Classifier to its own dedicated workflow.

 
Posted : 27/02/2025 3:03 pm
Rafaelnko
(@rafaelnko)
Posts: 6
Active Member
Topic starter
 

I've completed that. It's quite peculiar; the first time I tried it after that, the workflow was invoked but resulted in an error. Subsequently, it stopped calling the workflow altogether.

Parent:

Email Agent:

 
Posted : 28/02/2025 3:53 pm
Ruslan_Yanyshyn
(@ruslan_yanyshyn)
Posts: 8
Active Member
 

The performance of your agent is significantly influenced by the model you select, and google/gemini-2.0-flash-exp:free did not perform optimally in this area. You may consider experimenting with a different model. On a related note, which provider do you utilize for AI services? I observed that you are using the OpenAI Chat model in conjunction with google/gemini-2.0-flash-exp:free.

 
Posted : 28/02/2025 4:08 pm
Rafaelnko
(@rafaelnko)
Posts: 6
Active Member
Topic starter
 

I'm utilizing openrouter and have filtered for models capable of using tools. I'll experiment with a different model. Thank you very much for your support up to this point!

 
Posted : 28/02/2025 4:33 pm
Ruslan_Yanyshyn
(@ruslan_yanyshyn)
Posts: 8
Active Member
 

No worries, a node for OpenRouter was recently introduced.

 
Posted : 28/02/2025 5:03 pm
Rafaelnko
(@rafaelnko)
Posts: 6
Active Member
Topic starter
 

Thanks. It's still not functioning. Within the Email Agent, the input data mode is set by the "query" field, but it consistently returns null. Furthermore, the main workflow only invoked the sub-workflow once after my update, and then it stopped executing altogether.

 
Posted : 28/02/2025 7:39 pm
Ventsislav_Minev
(@ventsislav_minev)
Posts: 8
Active Member
 

Hello there!

Have you had a chance to look at the execution log for your parent (AI agent) when it completes without invoking the Email writer?

Typically, the agent will provide a message detailing its reasoning and proposed action. This might offer more clues as to why it's not calling the tool or what might be causing confusion.

Could you share the rewritten markdown content? It should be in markdown format.

 
Posted : 28/02/2025 8:43 pm
Ruslan_Yanyshyn
(@ruslan_yanyshyn)
Posts: 8
Active Member
 

Here is my Email agent take a look:

 
Posted : 28/02/2025 8:43 pm
system
(@system)
Posts: 332
Reputable Member
 

This thread was automatically closed 7 days following the last response. New replies are no longer permitted.

 
Posted : 07/03/2025 8:43 pm
Share: