elsa-core/samples/console/Elsa.Samples.ConsoleApp.JsonWorkflows
Sipke Schoorstra 687e1fa3af Update HelloWorld.json to simplify workflow configuration
Removed unnecessary ID fields from HelloWorld.json to streamline the structure. This change focuses on reducing clutter and making the configuration easier to read and maintain.
2024-07-25 19:26:30 +02:00
..
Elsa.Samples.ConsoleApp.JsonWorkflows.csproj Enable Proto Actor Tracing for TraceLens (#5800) 2024-07-19 20:23:32 +02:00
HelloWorld.json Update HelloWorld.json to simplify workflow configuration 2024-07-25 19:26:30 +02:00
Program.cs Multitenancy (#5159) 2024-06-10 21:30:53 +02:00
Readme.md Move samples to repository root 2024-02-02 20:01:14 +02:00

JSON workflows

This sample demonstrates how to load a JSON workflow from a file and then execute it.

There is another sample in the aspnet folder that demonstrates the use of the JsonWorkflowDefinitionProvider that provides workflows to the system loaded from JSON files.