bpmn-js-spiffworkflow/app/spiffworkflow/moddle/spiffworkflow.json

36 lines
598 B
JSON
Raw Normal View History

{
"name": "SpiffWorkflow",
"uri": "http://sartography/spiffworkflow",
"prefix": "spiffworkflow",
"xml": {
"tagAlias": "lowerCase"
},
"associations": [],
"types": [
{
"name": "preScript",
"superClass": [ "Element" ],
"properties": [
{
"name": "text",
"isBody": true,
"type": "String"
}
]
},
{
"name": "postScript",
"superClass": [ "Element" ],
"properties": [
{
"name": "text",
"isBody": true,
"type": "String"
}
]
}
]
}