Skip to content

.Net: Bug: Missing event data OnInputEvent with external #12512

Open
@hookenful

Description

@hookenful

Hello,

There is missing EventData when calling like that:

await process.StartAsync(kernel, new KernelProcessEvent
                {
                    Id = eventId,
                    Data = feedback
                }, messageChannel);
processBuilder.OnInputEvent(Events.Events.UserApprovedProcess)
                      .EmitExternalEvent(proxyStep, "PublishProcess")

Then in KernelProcessProxyMessage EventData is null

Metadata

Metadata

Assignees

Labels

.NETIssue or Pull requests regarding .NET codebugSomething isn't workingprocesses

Type

Projects

Status

Bug

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions