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

61 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "SpiffWorkflow",
"uri": "http://spiffworkflow.org/bpmn/schema/1.0/core",
"prefix": "spiffworkflow",
"associations": [],
"types": [
{
"name": "preScript",
"superClass": [ "Element" ],
"properties": [
{
"name": "script",
"isBody": true,
"type": "String"
}
]
},
{
"name": "postScript",
"superClass": [ "Element" ],
"properties": [
{
"name": "script",
"isBody": true,
"type": "String"
}
]
},
{
"name": "calledDecision",
"superClass": [ "Element" ],
"properties": [
{
"name": "decisionId",
"isAttr": true,
"type": "String"
}
]
},
{
"name": "property",
"superClass": [ "Element" ],
"properties": [
{
"name": "name",
"isAttr": true,
"type": "String"
},
{
"name": "value",
"isAttr": true,
"type": "String"
}
]
}
]
}