Dan 4c413c4907 merged reverse of pre/post scripts
updated spiffworkflow moddle to use "script" rather than "text" - to match up with bpmn.io's script task.
Added some ability to change what a DataObjectReference, references.  But more work needed here.
Fixed a bug in the script task that prevented you from writing text in that script object.
2022-07-05 10:27:38 -04:00

36 lines
602 B
JSON

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