Skip to content

Updating the workflow console app example program to allow for CTRL+C to properly terminate the program, and Readme updates#1194

Merged
halspang merged 2 commits into
dapr:masterfrom
RyanLettieri:workflow-example-cancel-fix
Nov 29, 2023
Merged

Updating the workflow console app example program to allow for CTRL+C to properly terminate the program, and Readme updates#1194
halspang merged 2 commits into
dapr:masterfrom
RyanLettieri:workflow-example-cancel-fix

Conversation

@RyanLettieri
Copy link
Copy Markdown
Contributor

Description

Added in logic to properly catch a CTRL+C termination input from the user to shutdown the workflow console app example.

Updated Readme

Issue reference

This PR will close: #[1189] #[1191]

**Note that the issue of 1189 will not fully be resolved until microsoft/durabletask-dotnet#249 is resolved.

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: Ryan Lettieri <ryanLettieri@microsoft.com>
@RyanLettieri RyanLettieri requested review from a team as code owners November 29, 2023 18:53
@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1cb0052) 66.53% compared to head (15aead9) 66.53%.
Report is 1 commits behind head on master.

❗ Current head 15aead9 differs from pull request most recent head 2d04263. Consider uploading reports for the commit 2d04263 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1194   +/-   ##
=======================================
  Coverage   66.53%   66.53%           
=======================================
  Files         171      171           
  Lines        5752     5752           
  Branches      626      626           
=======================================
  Hits         3827     3827           
  Misses       1776     1776           
  Partials      149      149           
Flag Coverage Δ
net6 66.52% <ø> (ø)
net7 66.52% <ø> (ø)
net8 66.52% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

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