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

.Net: Processes State Management Part 2 #9481

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

esttenorio
Copy link
Contributor

@esttenorio esttenorio commented Oct 30, 2024

Description

  • Moving ProcessStateMetadata logic to factory/extension to try to keep clean existing core components
  • Adding check of step name when adding new steps/processes to process - names must be unique so when applying saved state it propagates properly. Currently there are issues if multiple steps have the same name
  • State versioning initial support:
    • Processes with 1:1 step match previous and new version (step name change and/or step logic change)
    • Processes with N:M steps (process flow changed and potentially also step logic changed)

Contribution Checklist

@markwallace-microsoft markwallace-microsoft added the .NET Issue or Pull requests regarding .NET code label Oct 30, 2024
@github-actions github-actions bot changed the title Processes State Management Part 2 .Net: Processes State Management Part 2 Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code processes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants