-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 - Cloud Events supporting components for emitting events + MicrosoftGraph emit Demo #9712
Draft
esttenorio
wants to merge
14
commits into
microsoft:main
Choose a base branch
from
esttenorio:estenori/processes-cloud-events
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
.Net: Processes - Cloud Events supporting components for emitting events + MicrosoftGraph emit Demo #9712
esttenorio
wants to merge
14
commits into
microsoft:main
from
esttenorio:estenori/processes-cloud-events
+1,539
−35
Conversation
This file contains 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
github-actions
bot
changed the title
.NET: Processes - Cloud Events supporting components + Demos of usabe
.Net: Processes - Cloud Events supporting components + Demos of usabe
Nov 14, 2024
esttenorio
had a problem deploying
to
integration
November 14, 2024 23:59
— with
GitHub Actions
Error
esttenorio
had a problem deploying
to
integration
November 15, 2024 00:01
— with
GitHub Actions
Failure
esttenorio
commented
Nov 15, 2024
dotnet/samples/GettingStartedWithProcesses/Step03/Step03a_FoodPreparation.cs
Outdated
Show resolved
Hide resolved
esttenorio
changed the title
.Net: Processes - Cloud Events supporting components + Demos of usabe
.Net: Processes - Cloud Events supporting components for emitting events + MicrosoftGraph emit Demo
Nov 16, 2024
esttenorio
commented
Nov 16, 2024
method.Invoke(instance, [data]); | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is only used in LocalProcess, perhaps need to create a LocalKernelProcessEventsSubscriber
that focuses on execution only
esttenorio
commented
Nov 16, 2024
dotnet/src/Experimental/Process.Abstractions/KernelProcessEventsSubscriberInfo.cs
Outdated
Show resolved
Hide resolved
esttenorio
commented
Nov 16, 2024
dotnet/src/Experimental/Process.Abstractions/KernelProcessEventsSubscriberInfo.cs
Outdated
Show resolved
Hide resolved
esttenorio
had a problem deploying
to
integration
November 18, 2024 18:49
— with
GitHub Actions
Failure
esttenorio
had a problem deploying
to
integration
November 18, 2024 20:13
— with
GitHub Actions
Failure
esttenorio
had a problem deploying
to
integration
November 18, 2024 20:23
— with
GitHub Actions
Failure
esttenorio
had a problem deploying
to
integration
November 18, 2024 21:53
— with
GitHub Actions
Failure
esttenorio
had a problem deploying
to
integration
November 18, 2024 23:21
— with
GitHub Actions
Failure
esttenorio
had a problem deploying
to
integration
November 19, 2024 17:52
— with
GitHub Actions
Failure
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
experimental
Associated with an experimental feature
.NET
Issue or Pull requests regarding .NET code
processes
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
Adding components to allow "forwarding" internal events externally and allow a way to subscribe to them outside the SK Process.
Includes:
ProcessStepEdgeBuilder
KernelProcessEdge
andProcessMessage
LocalProcess
KernelProcessEventsSubscriber
andKernelProcessEventsSubscriberInfo
(passed to KernelProcess)KernelProcessEventsSubscriber
approach -> More details indotnet/samples/Demos/PorcessWithCloudEvents/README.md
Fixes #9722
Fixes #9721
Demo
Contribution Checklist