Use case is
I am intercepting the PollWorkflowTaskQueueRequests, performing some mandatory compliance checks and forwarding the request according to the response of the compliance checks to the server.
Question is:
- What is the recommended pattern if the compliance checks takes more time, then workflow execution will time out ?
- Is WTT applicable for the intercepted requests since it has not reached to the server ?
- What will happen if worklflow execution timeout is set for this wf ?