elsa-core/samples/console/Elsa.Samples.ConsoleApp.HelloWorld
Sipke Schoorstra 3a4f690a3e Make workflow runtime methods accept nullable options
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.
2024-02-04 22:15:02 +01:00
..
Elsa.Samples.ConsoleApp.HelloWorld.csproj Move samples to repository root 2024-02-02 20:01:14 +02:00
Program.cs Make workflow runtime methods accept nullable options 2024-02-04 22:15:02 +01:00
Readme.md Move samples to repository root 2024-02-02 20:01:14 +02:00

Hello World

This console application demonstrates the minimum code necessary to run a workflow, which is represented as a single WriteLine activity.