@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
31 lines (30 loc) • 614 B
JSON
{
"Comment": "State machine to test heartbeat functionality.",
"version": "1.0",
"StartAt": "TestHeartbeat",
"States": {
"TestHeartbeat": {
"Type": "Task",
"Resource": "module:awaitingHumanInput",
"ResourceConfig": {
"uiType": "testType",
"uiName": "test_pizzaForm",
"dataPath": "$.someDefaultFormData",
"defaults": {
"empNo": 0,
"status": "Probationary"
}
},
"InputPath": "$",
"End": true
}
},
"restrictions": [
{
"roleId": "$everyone",
"allows": [
"*"
]
}
]
}