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.
This commit is contained in:
Sipke Schoorstra 2024-07-25 19:26:30 +02:00
parent 596d85f0b9
commit 687e1fa3af

View file

@ -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"
}
}
}