28 lines
639 B
JSON
28 lines
639 B
JSON
{
|
|
"componentName": "SimpleTemplate 2",
|
|
"componentDescription": "",
|
|
"states": [
|
|
{
|
|
"initial": false,
|
|
"conditions": [],
|
|
"stateLabel": "A",
|
|
"stateDescription": ""
|
|
},
|
|
{
|
|
"initial": false,
|
|
"conditions": [],
|
|
"stateLabel": "B",
|
|
"stateDescription": ""
|
|
}
|
|
],
|
|
"transitions": [
|
|
{
|
|
"scriptAccountActions": [],
|
|
"scriptAccountConditions": [],
|
|
"startingState": "A",
|
|
"endingState": "B",
|
|
"actionMap": {}
|
|
}
|
|
],
|
|
"templateType": 1
|
|
} |