Hello,
I’m trying to configure Workflow Task Execution retries, particularly the time between retries. According to your documentation:
Note that Retry Policies do not apply to Workflow Task Executions, which retry until the Workflow Execution Timeout, which is unlimited by default.
Is there any way to control the retry policy on these failures?
My use case is I’m simulating workflow task execution failures and recoveries in integration tests and would like retries to be performed quickly so that tests don’t take long.