Currently getStoredTaskResultByRequestId service returns when terraform result is not found in the filesystem. It assumes that either the response is already returned or the requestId is invalid.
Here, we must also handle a case where the request is still being processed. If the workspace for the requestid is still available, we can assume that the request is still being processed by terraform. In this case,
Currently getStoredTaskResultByRequestId service returns when terraform result is not found in the filesystem. It assumes that either the response is already returned or the requestId is invalid.
Here, we must also handle a case where the request is still being processed. If the workspace for the requestid is still available, we can assume that the request is still being processed by terraform. In this case,