2022-06-27 21:29:24 +00:00
|
|
|
{
|
|
|
|
"name": "SpiffWorkflow",
|
2022-07-11 15:00:19 +00:00
|
|
|
"uri": "http://spiffworkflow.org/bpmn/schema/1.0/core",
|
2022-06-27 21:29:24 +00:00
|
|
|
"prefix": "spiffworkflow",
|
|
|
|
"associations": [],
|
|
|
|
"types": [
|
|
|
|
{
|
|
|
|
"name": "preScript",
|
|
|
|
"superClass": [ "Element" ],
|
|
|
|
"properties": [
|
|
|
|
{
|
2022-07-05 14:27:38 +00:00
|
|
|
"name": "script",
|
2022-06-27 21:29:24 +00:00
|
|
|
"isBody": true,
|
|
|
|
"type": "String"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "postScript",
|
|
|
|
"superClass": [ "Element" ],
|
|
|
|
"properties": [
|
|
|
|
{
|
2022-07-05 14:27:38 +00:00
|
|
|
"name": "script",
|
2022-06-27 21:29:24 +00:00
|
|
|
"isBody": true,
|
|
|
|
"type": "String"
|
|
|
|
}
|
|
|
|
]
|
2022-07-11 15:00:19 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "property",
|
|
|
|
"superClass": [ "Element" ],
|
|
|
|
"properties": [
|
|
|
|
{
|
|
|
|
"name": "name",
|
|
|
|
"isAttr": true,
|
|
|
|
"type": "String"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "value",
|
|
|
|
"isAttr": true,
|
|
|
|
"type": "String"
|
|
|
|
}
|
|
|
|
]
|
2022-06-27 21:29:24 +00:00
|
|
|
}
|
2022-07-11 15:00:19 +00:00
|
|
|
|
2022-06-27 21:29:24 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
|