25 lines
405 B
JSON

{
"name": "SpiffWorkflow",
"prefix": "spiff",
"uri": "http://sartography/spiff",
"xml": {
"tagAlias": "lowerCase"
},
"associations": [],
"types": [
{
"name": "BewitchedStartEvent",
"extends": [
"bpmn:StartEvent"
],
"properties": [
{
"name": "spell",
"isAttr": true,
"type": "String"
}
]
}
]
}