temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
211 stars 142 forks source link

Expose the workflow execution retry policy from the client (#1866) #1993

Closed mohammed-ezzedine closed 7 months ago

mohammed-ezzedine commented 7 months ago

What was changed

Added a getter to the WorkflowInfo interface to return the retry policy of a workflow execution

Why?

Addressing requirement

  1. Closes Issue 1866

  2. How was this tested: Not tested, since there was no pre-existing testing class for WorkflowInfoImpl

  3. Any docs updates needed? No

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

mohammed-ezzedine commented 7 months ago

just noticed that the method already existed