Help needed with message sequence handling

Hello, program below simulates trigger to HTTP camera:
Single Alarm Inject can generate multiple requests to HTTP node.
image

In this test scenario "Alarm1" will generate 4 requests. I cannot connect to cameras at the moment to confirm, but I think it will return full message that was passed to HTTP node with response from camera. This way I can create a list of records that were successful and those that failed.

Is it possible to set a timeout for a message to be resolved or rejected or join each message with HTTP response when connection couldn't be established?

testFlow.json (46.7 KB)