elsa-core/samples/console/Elsa.Samples.ConsoleApp.JsonWorkflows
Sipke Schoorstra 640e888e1a Update serializer and dependencies in ConsoleApp
The code now uses IWorkflowSerializer instead of IActivitySerializer for deserialization in the Console application. This change also entailed updating imports, specifically replacing Elsa.Workflows.Activities with Elsa.Workflows.Management.Contracts.
2024-02-24 19:38:53 +01:00
..
Elsa.Samples.ConsoleApp.JsonWorkflows.csproj
HelloWorld.json
Program.cs Update serializer and dependencies in ConsoleApp 2024-02-24 19:38:53 +01:00
Readme.md

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.