Command object design pattern flow updated

Hi All,

If anyone is interested, I've just updated the flow in the flow library to use the link call node which replaced the switches used previously for the link out nodes and therefore simplified the overall picture. The only drawback of the link call node is that in case of non-returning calls (like when the result of a subflow is sent to be displayed by a ui node) it always logs a time out after the configured amount of time.

Best regards,
r0ller

You should be able to catch errors and feed them into the return with a "known" property set on the msg, then at the output of the link-call, check for this "known" property & log it or discard it accordingly.

Thanks for the hint! I'll try it.

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