.Net Processes: State Management in Processes Part 1 #9424
Merged
esttenorio merged 8 commits intomicrosoft:mainfrom Oct 28, 2024
Merged
.Net Processes: State Management in Processes Part 1 #9424esttenorio merged 8 commits intomicrosoft:mainfrom
esttenorio merged 8 commits intomicrosoft:mainfrom
Conversation
alliscode
reviewed
Oct 24, 2024
dotnet/src/Experimental/Process.Abstractions/KernelProcessUtilities.cs
Outdated
Show resolved
Hide resolved
alliscode
reviewed
Oct 24, 2024
dotnet/samples/GettingStartedWithProcesses/Step03/Step03a_FoodPreparation.cs
Outdated
Show resolved
Hide resolved
alliscode
approved these changes
Oct 24, 2024
crickman
approved these changes
Oct 24, 2024
Contributor
crickman
left a comment
There was a problem hiding this comment.
I like this as an initial step. This is super complicated space to address, to incremental assertions make sense. I'm wondering how this affects the map-step work? I look forward to merging to this to force evaluation ahead of time for serializing map-step.
crickman
approved these changes
Oct 28, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This is the first one of a few PR that address the State Management in SK Processes. Dividing in smaller PRs since feature contain multiple big components.
In this PR
Build()to apply it to Process and use it on runtime. For now only focusing on Step State only, not focusing on exact replica of processes (using same ids)Out of Scope but coming up in future PRs
Contribution Checklist