From 687e1fa3af0133a98b8166f0bf6d22a2d51a089d Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Thu, 25 Jul 2024 19:26:30 +0200 Subject: [PATCH] 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. --- .../Elsa.Samples.ConsoleApp.JsonWorkflows/HelloWorld.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/samples/console/Elsa.Samples.ConsoleApp.JsonWorkflows/HelloWorld.json b/samples/console/Elsa.Samples.ConsoleApp.JsonWorkflows/HelloWorld.json index 8164f3a92..b5375faf8 100644 --- a/samples/console/Elsa.Samples.ConsoleApp.JsonWorkflows/HelloWorld.json +++ b/samples/console/Elsa.Samples.ConsoleApp.JsonWorkflows/HelloWorld.json @@ -1,6 +1,4 @@ { - "id": "HelloWorld-v1", - "definitionId": "11e2b350dae8485498c16d1ce3843829", "name": "Hello World", "root": { "id": "Flowchart1", @@ -14,9 +12,6 @@ "expression": { "type": "Literal", "value": "Hello World!" - }, - "memoryReference": { - "id": "WriteLine1:input-1" } } }