Skip to content

Add subtype to checkpoint updates in BaseDurableOperation#212

Merged
nvasiu merged 1 commit intomainfrom
fix-subtype-checkpoint
Mar 13, 2026
Merged

Add subtype to checkpoint updates in BaseDurableOperation#212
nvasiu merged 1 commit intomainfrom
fix-subtype-checkpoint

Conversation

@nvasiu
Copy link
Contributor

@nvasiu nvasiu commented Mar 13, 2026

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Issue Link, if available

N/A

Description

Subtype was moved to the BaseDurableOperation, but the subtype isn't included when updating checkpoints (in the sendOperationUpdateAsync() method. Subtype is now added to the update, it a subtype exists.

Also the ChildContextOperation was manually adding subtype to it's checkpoint updates. Since this is being done in the BaseDurableOperation, it no longer needs to be done in ChildContextOperation.

Demo/Screenshots

Checklist

  • I have filled out every section of the PR template
  • I have thoroughly tested this change

Testing

Unit Tests

Have unit tests been written for these changes? N/A

Integration Tests

Have integration tests been written for these changes? N/A

Examples

Has a new example been added for the change? (if applicable) N/A

@nvasiu nvasiu requested a review from a team March 13, 2026 23:23
@nvasiu nvasiu merged commit 08a77b8 into main Mar 13, 2026
12 checks passed
@zhongkechen zhongkechen deleted the fix-subtype-checkpoint branch March 16, 2026 19:00
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