@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
24 lines (23 loc) • 550 B
JSON
{
"CreateTodoEntry": {
"Type": "Task",
"Resource": "module:createTodoEntry",
"Parameters": {
"todoTitle": "Book Dance Classes",
"description": "Book a Dance Class for an individual",
"stateMachineTitle": "Book Dance Classes",
"stateMachineCategory": "dance",
"launches": [
{
"title": "Book",
"stateMachineName": "dance_bookClass_1_0",
"input": {
"id.$": "$.id"
}
}
]
},
"ResultPath": "$.todo",
"Next": "NextState"
}
}