Skip to content

Conversation

@mcruzdev
Copy link
Contributor

@mcruzdev mcruzdev commented Jan 29, 2026

Description

Add two new methods to allow register TaskActivityFactories and TaskOrchestrationFactory directly.

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: #1629

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

@mcruzdev
Copy link
Contributor Author

Working to add tests 🧪

…tory factories

Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
@mcruzdev mcruzdev marked this pull request as ready for review January 29, 2026 12:05
@mcruzdev mcruzdev requested review from a team as code owners January 29, 2026 12:05
@codecov
Copy link

codecov bot commented Jan 29, 2026

Codecov Report

❌ Patch coverage is 9.09091% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.82%. Comparing base (02fa2c8) to head (f38a849).

Files with missing lines Patch % Lines
...dapr/workflows/runtime/WorkflowRuntimeBuilder.java 9.09% 10 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1630      +/-   ##
============================================
- Coverage     78.95%   78.82%   -0.13%     
  Complexity     2093     2093              
============================================
  Files           228      228              
  Lines          6309     6319      +10     
  Branches        693      693              
============================================
  Hits           4981     4981              
- Misses          976      986      +10     
  Partials        352      352              

☔ View full report in Codecov by Sentry.
📢 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.

Allow to add custom TaskOrchestrationFactory and TaskActivityFactory factories

1 participant