20 lines
367 B
JSON
20 lines
367 B
JSON
|
|
{
|
||
|
|
"name": "Hello World",
|
||
|
|
"root": {
|
||
|
|
"id": "Flowchart1",
|
||
|
|
"type": "Elsa.Flowchart",
|
||
|
|
"activities": [
|
||
|
|
{
|
||
|
|
"id": "WriteLine1",
|
||
|
|
"type": "Elsa.WriteLine",
|
||
|
|
"text": {
|
||
|
|
"typeName": "String",
|
||
|
|
"expression": {
|
||
|
|
"type": "Literal",
|
||
|
|
"value": "Hello World!"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|