Skip to content

Feature/1794 workflow list history rerun - #1798

Draft
siri-varma wants to merge 12 commits into
dapr:masterfrom
siri-varma:feature/1794-workflow-list-history-rerun
Draft

Feature/1794 workflow list history rerun#1798
siri-varma wants to merge 12 commits into
dapr:masterfrom
siri-varma:feature/1794-workflow-list-history-rerun

Conversation

@siri-varma

@siri-varma siri-varma commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Description

Please explain the changes you've made

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1794

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
…1794)

Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
…apr#1794)

Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
…r#1794)

Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
…nt (dapr#1794)

Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
…apr#1794)

The management example ran the client as a separate dapr app
(demoworkflowclient), so its DaprWorkflowClient scheduled workflows
against demoworkflowclient workflow actors that no worker hosts. The
sidecar looped on DaprBuiltInActorNotFoundRetries until the mm.py step
timed out, failing the validate job.

Pin the worker sidecar to --dapr-grpc-port 50005 and run the client as a
plain java -jar that connects to that port, then dapr stop the worker.
This matches the working chaining/faninout patterns and also stops the
leftover worker sidecar that broke the CI retry attempt.

Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
@codecov

codecov Bot commented Sep 6, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 95.83333% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.41%. Comparing base (2edf16c) to head (f44c0b7).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
...a/io/dapr/workflows/client/DaprWorkflowClient.java 78.94% 1 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1798      +/-   ##
============================================
+ Coverage     77.10%   77.41%   +0.31%     
- Complexity     2317     2376      +59     
============================================
  Files           245      250       +5     
  Lines          7186     7294     +108     
  Branches        750      754       +4     
============================================
+ Hits           5541     5647     +106     
  Misses         1284     1284              
- Partials        361      363       +2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature [1.19]: Expose advanced workflow management APIs

1 participant