Callable Recipe: Double Reply to a Service Request Error
I am using a callable recipe and am getting the following error "Double Reply to a Service Request" What does this mean and how do I prevent this error?
Best Answer
P
Patricia Guevarra
said
over 6 years ago
Hi Saul,
Thanks for reaching out! There are two possible sources of this error. One is that you are rerunning a callable recipe job, and the other is that you nested the "Return response" step under a repeat action. In either case, callable recipes should not be sending multiple responses for a single call.
If these do not apply to you, let us know, and we can help you look into the issue.
Answer
Patricia Guevarra
said
over 6 years ago
Hi Saul,
Thanks for reaching out! There are two possible sources of this error. One is that you are rerunning a callable recipe job, and the other is that you nested the "Return response" step under a repeat action. In either case, callable recipes should not be sending multiple responses for a single call.
Saul Macht
Callable Recipe: Double Reply to a Service Request Error
I am using a callable recipe and am getting the following error "Double Reply to a Service Request" What does this mean and how do I prevent this error?
Hi Saul,
Thanks for reaching out! There are two possible sources of this error. One is that you are rerunning a callable recipe job, and the other is that you nested the "Return response" step under a repeat action. In either case, callable recipes should not be sending multiple responses for a single call.
To avoid rerunning jobs in the callable recipe, you can refer to this article on managing jobs: https://support.workato.com/solution/articles/1000251602-best-practices-managing-jobs-in-callable-recipe
If these do not apply to you, let us know, and we can help you look into the issue.
Patricia Guevarra
Hi Saul,
Thanks for reaching out! There are two possible sources of this error. One is that you are rerunning a callable recipe job, and the other is that you nested the "Return response" step under a repeat action. In either case, callable recipes should not be sending multiple responses for a single call.
To avoid rerunning jobs in the callable recipe, you can refer to this article on managing jobs: https://support.workato.com/solution/articles/1000251602-best-practices-managing-jobs-in-callable-recipe
If these do not apply to you, let us know, and we can help you look into the issue.