Skip to content

.Net: Bug: Example Step00 of Process Framework is wrong #10087

@panicoenlaxbox

Description

@panicoenlaxbox

Describe the bug
Step00 https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/GettingStartedWithProcesses/Step00 that shows the simplest way to execute Process Framework is wrong.

If I execute the test without any change, I get this output:

Image

But If I change this line

and I use processBuilder instead of process, now I have this other output that it's fine.

Image

Additional context

I think it's not important but I'm using a net9.0 console application, referencing 1.32.0-alpha version of these packages:

  • Microsoft.SemanticKernel.Process.Abstractions
  • Microsoft.SemanticKernel.Process.Core
  • Microsoft.SemanticKernel.Process.LocalRuntime

Thanks

Metadata

Metadata

Assignees

Labels

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

Type

Projects

Status

Bug

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions