UNPKG

@wmfs/tymly-cardscript-plugin

Version:

Plugin which handles interactions to do with Cardscript

29 lines (28 loc) 579 B
{ "Comment": "State machine to test required human input of boards.", "version": "1.0", "StartAt": "AwaitingHumanInput", "categories": ["fire"], "instigators": ["user"], "States": { "AwaitingHumanInput": { "Type": "Task", "Resource": "module:awaitingHumanInput", "ResourceConfig": { "uiType": "board", "uiName": "test_pizzaDetails", "dataPath": "$" }, "InputPath": "$", "End": true } }, "restrictions": [ { "roleId": "$authenticated", "allows": [ "*" ] } ] }