Disable Link Call Timeout

Hello. Is there any way to disable Link Call timeout without pointing a catch node at it?

Context: In my flow I have to discard some messages. That's expected behaviour. However that will cause Link Call to timeout.

Is there anything that can be done?

Let the message return but set a flag in the "unwanted msg" so that it is discarded after the link call.

That wouldn't work.

I said "discard" intending to simplify my question but the message actually ends up inside a subflow and then in a http response node.

Also my idea for link call was more flow organization rather than re-usable subroutines, adding extra logic on the exit kinda defeats the point.


If you dont say what you mean we can hardly advise you properly. :man_shrugging:

To answer your question, no, you cannot "disable Link Call timeout" - but you can use a flag to discard it at the other side.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.