Posted: Thu Nov 12, 2015 6:26 am Post subject: Timeout Concept w.r.t HTTPInput Terminal
Apprentice
Joined: 20 Aug 2013 Posts: 26
I have designed a flow for a RESTFUL service.
I have used the httpinput to accept the request and then send back response but I am stuck in the httptimeout . I have used the Execution group level embedded port so that whenever there is a timeout the timeout message reaches to the httptimeout terminal of the httpinput message and thats working fine and I can grab it to convert it into a JSON and send back the JSON response. But the problem is in debug mode I can see that when the control comes to timeout connector parallely it goes to the rest of the flow as well and it just doesn't stop with the timeout which is supposed to happen. I am not sure once it timeout why the control is going to the rest of the flow? Can i please get some insight on this.
The timeout node happens asynchronously from the rest of the flow. As you've noticed.
If you're seeing the happy path of the flow run "at the same time", then you are perhaps sending more than one request at the same time? _________________ chmod -R ugo-wx /
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum