Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding resiliency with java SDK in workflow activity #1161

Open
rahulpoddar-fyndna opened this issue Nov 20, 2024 · 1 comment
Open

Adding resiliency with java SDK in workflow activity #1161

rahulpoddar-fyndna opened this issue Nov 20, 2024 · 1 comment
Labels
kind/bug Something isn't working
Milestone

Comments

@rahulpoddar-fyndna
Copy link

The workflow activity needs to support resiliency with java SDK. The dapr workflow document mentions about resiliency but seems to be missing in java SDK.

Refer
https://docs.dapr.io/developing-applications/building-blocks/workflow/workflow-features-concepts/#retry-policies

Support for this would be helpful.

@rahulpoddar-fyndna rahulpoddar-fyndna added the kind/bug Something isn't working label Nov 20, 2024
@elena-kolevska elena-kolevska transferred this issue from dapr/dapr Nov 20, 2024
@cicoyle
Copy link
Contributor

cicoyle commented Jan 31, 2025

The support for retry policy on wf activities was added in this PR. Here is an example of how the wf retry policy may be used. We will be releasing a new version of the java sdk very soon!

@cicoyle cicoyle added this to the v1.14 milestone Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants