diff --git a/smardigo/template/process-variable-declaration/primary-process.json b/smardigo/template/process-variable-declaration/primary-process.json new file mode 100644 index 0000000..ce612f4 --- /dev/null +++ b/smardigo/template/process-variable-declaration/primary-process.json @@ -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" + } + } +} \ No newline at end of file