Subflow test issue

I am facing huge problems since this issue started with subflows. I tested and clicked ‘Wait for Response,’ and consistently I only received {}. I checked all parameters and also tried testing the subflow directly; it worked fine there, but when I tried testing it inside the main flow again, I got {} as the answer.

It is the first time I have faced this problem; the workflow for using subflows has always been flawless, so I don’t understand where the issue is or how to fix it. Can anyone please check it out? @kishanprmr @abuaboud

@kishanprmr @Abdul @abuaboud

Since this issue my workflows as been working normal but this morning AGAIN it stopped sending info to subflows, is the same problem again and again, I was told that this issue was fixed but is not.

Please fix it as soon as possible because all my workflows use subflows, I can not get any work done because of this.

Please help.

Hi @Javier_Martinez

The parent flow is calling the subflow with task id but the subflow is expecting task_id, the underscore is missing.

Thanks,
Mo.