mirror of
https://github.com/sartography/bpmn-js-spiffworkflow.git
synced 2025-02-22 12:38:07 +00:00
25 lines
405 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|