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

sample: sample for workflow ExecuteByQS(http)&& correct typo in WorkflowGlobalTransaction class name #92

Merged
merged 3 commits into from
Dec 27, 2024

Conversation

wooln
Copy link
Contributor

@wooln wooln commented Dec 25, 2024

  1. sample for workflow ExecuteByQS(http)
    • Implement wf-crash endpoint to simulate workflow crash
    • Implement wf-resume endpoint for workflow http callback
    • Modify WorlflowGlobalTransaction.cs to add Exists method for debug only.
  2. By the way, correct typo in WorkflowGlobalTransaction class name, rename WorlflowGlobalTransaction to WorkflowGlobalTransaction.

- Implement wf-crash endpoint to simulate workflow crash
- Implement wf-resume endpoint for workflow http callback
- Modify WorlflowGlobalTransaction.cs to add Exists method for debug only.
…s name

- Rename WorlflowGlobalTransaction to WorkflowGlobalTransaction
- Update references in ServiceCollectionExtensions, WfTestController, and tests
@wooln wooln force-pushed the sample-workflow-ExecuteByQS branch from dd41156 to aaf5dfc Compare December 25, 2024 05:51
Copy link

codecov bot commented Dec 25, 2024

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.

Project coverage is 70.02%. Comparing base (9926030) to head (5ecc4ac).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/Dtmworkflow/ServiceCollectionExtensions.cs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
+ Coverage   69.97%   70.02%   +0.04%     
==========================================
  Files          45       45              
  Lines        1995     1998       +3     
  Branches      194      194              
==========================================
+ Hits         1396     1399       +3     
  Misses        561      561              
  Partials       38       38              

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

@catcherwong catcherwong merged commit 2150dcc into dtm-labs:main Dec 27, 2024
4 of 5 checks passed
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.

2 participants