36 lines
602 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|
|
|