workflowhandler.GetWorkflowExecutionHistory has WaitForNewEvent param which essentially turns it into the long poll API. This RPC needs to be splitted into two (long poll and normal) RPC. Client should have appropriate timeouts set.
Also QueryWorkflow needs longer timeout.
workflowhandler.GetWorkflowExecutionHistoryhasWaitForNewEventparam which essentially turns it into the long poll API. This RPC needs to be splitted into two (long poll and normal) RPC. Client should have appropriate timeouts set.Also
QueryWorkflowneeds longer timeout.