fqn names of events and states

This commit is contained in:
2026-06-18 22:00:44 +02:00
parent 0c9e8de310
commit 5894303510
38 changed files with 1122 additions and 286 deletions

View File

@@ -120,7 +120,10 @@
"rawName" : "\"BUSY\"",
"fullIdentifier" : "BUSY"
} ],
"event" : "SUBMIT",
"event" : {
"rawName" : "\"SUBMIT\"",
"fullIdentifier" : "SUBMIT"
},
"guard" : null,
"actions" : [ {
"expression" : "loggingAction()",
@@ -141,7 +144,10 @@
"rawName" : "\"DONE\"",
"fullIdentifier" : "DONE"
} ],
"event" : "ORDER_EVENT",
"event" : {
"rawName" : "\"ORDER_EVENT\"",
"fullIdentifier" : "ORDER_EVENT"
},
"guard" : null,
"actions" : [ ],
"order" : null