I have an orchestration which receives a request message from a one
way HTTP receive location. The orchestration proceeds with a number of
steps and ends up sending a response message to a two way HTTP send
****t. Upon sending this response message, the orch receives an receipt
message synchronously.
I would like to advance this orchestration with some sort of timeout
functionality. Upon receiving the initial request message I would like
to start a countdown from x seconds. If the orch is not fini****nd
withing x seconds, I would like to send a response message to this two
way HTTP send ****t with status Timeout.
I have been checking out Listen and Delay shapes for this purpose, but
I do not think this is the right way?
Any tips and thoughts on how I can implement my orch are highly
appreciated.