mirror of
https://github.com/sartography/bpmn-js-spiffworkflow.git
synced 2025-02-24 13:38:24 +00:00
85 lines
1.5 KiB
JSON
85 lines
1.5 KiB
JSON
{
|
|
"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": "messagePayload",
|
|
"superClass": [ "Element" ],
|
|
"properties": [
|
|
{
|
|
"name": "payload",
|
|
"isBody": true,
|
|
"type": "String"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "calledDecision",
|
|
"superClass": [ "Element" ],
|
|
"properties": [
|
|
{
|
|
"name": "decisionId",
|
|
"isAttr": true,
|
|
"type": "String"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "properties",
|
|
"superClass": [
|
|
"Element"
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "properties",
|
|
"type": "property",
|
|
"isMany": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "property",
|
|
"superClass": [ "Element" ],
|
|
"properties": [
|
|
{
|
|
"name": "name",
|
|
"isAttr": true,
|
|
"type": "String"
|
|
},
|
|
{
|
|
"name": "value",
|
|
"isAttr": true,
|
|
"type": "String"
|
|
}
|
|
]
|
|
}
|
|
|
|
]
|
|
}
|
|
|
|
|