The methods in the workflow runtime now accept nullable runtime options. Providing workflow options is now optional - if no options are provided, default values are used. Changes have been applied across all relevant methods in IWorkflowRuntime, ProtoActorWorkflowRuntime and DefaultWorkflowRuntime classes, thus ensuring consistent behavior and null safety across the workflow runtime. |
||
|---|---|---|
| .. | ||
| Elsa.Samples.ConsoleApp.HelloWorld.csproj | ||
| Program.cs | ||
| Readme.md | ||
Hello World
This console application demonstrates the minimum code necessary to run a workflow, which is represented as a single WriteLine activity.