bugfix: added variable declarations to template
parent
aeabec152c
commit
299f7a53b2
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"name" : "Hauptprozesse",
|
||||||
|
"configKey" : "primary-process",
|
||||||
|
"configType" : "process-variable-declaration",
|
||||||
|
"variableDeclarations" : {
|
||||||
|
"creation_date" : {
|
||||||
|
"type" : "date",
|
||||||
|
"classification" : "PRIVATE"
|
||||||
|
},
|
||||||
|
"creation_user_id" : {
|
||||||
|
"type" : "userId",
|
||||||
|
"classification" : "PRIVATE"
|
||||||
|
},
|
||||||
|
"vorgang_status" : {
|
||||||
|
"type" : "string",
|
||||||
|
"classification" : "PRIVATE"
|
||||||
|
},
|
||||||
|
"vorgang_status_text" : {
|
||||||
|
"type" : "string",
|
||||||
|
"classification" : "PRIVATE"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue