aws / aws-swf-flow-library

AWS Simple Workflow Flow framework library
Apache License 2.0
61 stars 54 forks source link

Ability to cancel a retry Timer scheduled by AsyncRetryingExecutor #52

Open redparham opened 10 months ago

redparham commented 10 months ago

Hello,

I would like to know how to cancel a Timer that was scheduled by AsyncRetryingExecutor (Java flow framework) or request that this be supported.

We have a workflow execution that has scheduled a retry of a failed/timed out activity. Afterwards, there is sometimes a need to cancel that timer so the retry can occur sooner. I don't see how to accomplish this. Is it possible with the current api?

Thank you.