chore: added smardigo app template
parent
eec580d2dc
commit
01e11ef722
@ -0,0 +1,14 @@
|
||||
# update a docker image with remote docker deamon (ssh) (pull/tag/push)
|
||||
# update-docker-image.sh smardigo/keycloak 12.0.4.2
|
||||
# update-docker-image.sh smardigo/connect-whitelabel-app latest
|
||||
|
||||
FROM="docker.dev-at.de/$1:$2"
|
||||
TO="dev-docker-registry-01.smardigo.digital/$1:$2"
|
||||
|
||||
echo
|
||||
echo updating $TO with image from $FROM
|
||||
echo
|
||||
|
||||
ssh docker docker pull $FROM
|
||||
ssh docker docker tag $FROM $TO
|
||||
ssh docker docker push $TO
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -0,0 +1,87 @@
|
||||
{
|
||||
"name" : "Anhänge",
|
||||
"configKey" : "attachments",
|
||||
"page" : 0,
|
||||
"components" : [ {
|
||||
"dropzoneConfig" : {
|
||||
"maxFilesize" : "10",
|
||||
"dictDefaultMessage" : "Dateien zum Anhängen/Hochladen ablegen oder durchsuchen",
|
||||
"dictHelpText" : "Maximale Dateigröße: {{config.maxFilesize}}MB. Akzeptierte Dateitypen: Office-Dokumente und Bilder.",
|
||||
"acceptedFiles" : ".pdf, .doc, .docx, .xls, .xlsx, .ppt, .pptx, image/*, .csv, .xml, .txt",
|
||||
"paramName" : "content",
|
||||
"url" : "api/scope/{{context.scopeId}}/process/{{context.processId}}/attachment"
|
||||
},
|
||||
"columns" : [ {
|
||||
"name" : "Name",
|
||||
"property" : "name",
|
||||
"value" : "",
|
||||
"type" : "filename",
|
||||
"width" : "20%"
|
||||
}, {
|
||||
"name" : "Erstellt am",
|
||||
"property" : "creationDate",
|
||||
"type" : "date",
|
||||
"value" : "{{moment(creationDate).format('DD.MM.YYYY HH:mm:ss')}}",
|
||||
"width" : "80%"
|
||||
} ],
|
||||
"label" : "Anlagen",
|
||||
"deleteUrl" : "api/scope/{{context.scopeId}}/process/{{context.processId}}/attachment/{{attachmentId}}",
|
||||
"downloadUrl" : "api/scope/{{context.scopeId}}/process/{{context.processId}}/attachment-data/{{attachmentId}}",
|
||||
"resolveUserDataURL" : "api/scope/{{context.scopeId}}/process/{{context.processId}}/users?id.equals={{userId}}",
|
||||
"csrfCookiePath" : "XSRF-TOKEN",
|
||||
"taggingExpression" : "",
|
||||
"button" : {
|
||||
"iconOnly" : true,
|
||||
"removeVisibleWhen" : "return false;",
|
||||
"showVersion" : false,
|
||||
"showOnlyCurrentVersion" : false,
|
||||
"showCheckboxCurrentVersion" : false
|
||||
},
|
||||
"mask" : false,
|
||||
"tableView" : true,
|
||||
"type" : "attachments",
|
||||
"input" : true,
|
||||
"key" : "anlagen",
|
||||
"components" : [ ],
|
||||
"placeholder" : "",
|
||||
"prefix" : "",
|
||||
"customClass" : "",
|
||||
"suffix" : "",
|
||||
"multiple" : false,
|
||||
"defaultValue" : null,
|
||||
"protected" : false,
|
||||
"unique" : false,
|
||||
"persistent" : true,
|
||||
"hidden" : false,
|
||||
"clearOnHide" : true,
|
||||
"dataGridLabel" : false,
|
||||
"labelPosition" : "top",
|
||||
"labelWidth" : 30,
|
||||
"labelMargin" : 3,
|
||||
"description" : "",
|
||||
"errorLabel" : "",
|
||||
"tooltip" : "",
|
||||
"hideLabel" : true,
|
||||
"tabindex" : "",
|
||||
"disabled" : false,
|
||||
"autofocus" : false,
|
||||
"dbIndex" : false,
|
||||
"customDefaultValue" : "",
|
||||
"calculateValue" : "",
|
||||
"widget" : null,
|
||||
"refreshOn" : "",
|
||||
"clearOnRefresh" : false,
|
||||
"validateOn" : "change",
|
||||
"validate" : {
|
||||
"required" : false,
|
||||
"custom" : "",
|
||||
"customPrivate" : false
|
||||
},
|
||||
"conditional" : {
|
||||
"show" : null,
|
||||
"when" : null,
|
||||
"eq" : ""
|
||||
},
|
||||
"id" : "e9zp29e"
|
||||
} ]
|
||||
}
|
||||
@ -0,0 +1,509 @@
|
||||
{
|
||||
"name" : "Inhalt",
|
||||
"configKey" : "body",
|
||||
"page" : 0,
|
||||
"components" : [ {
|
||||
"input" : false,
|
||||
"tableView" : false,
|
||||
"columns" : [ {
|
||||
"components" : [ {
|
||||
"labelPosition" : "left-right",
|
||||
"label" : "Ersteller",
|
||||
"mask" : false,
|
||||
"disabled" : true,
|
||||
"tableView" : true,
|
||||
"type" : "select",
|
||||
"input" : true,
|
||||
"key" : "creation_user_id",
|
||||
"validate" : {
|
||||
"unique" : false,
|
||||
"customMessage" : "",
|
||||
"json" : "",
|
||||
"required" : false,
|
||||
"custom" : "",
|
||||
"customPrivate" : false
|
||||
},
|
||||
"data" : {
|
||||
"headers" : [ {
|
||||
"key" : "",
|
||||
"value" : ""
|
||||
} ],
|
||||
"url" : "api/v1/scopes/{{context.scopeId}}/processes/{{context.processId}}/users?id.equals={{data.creation_user_id}}",
|
||||
"values" : [ ],
|
||||
"json" : "",
|
||||
"resource" : "",
|
||||
"custom" : ""
|
||||
},
|
||||
"properties" : { },
|
||||
"tags" : [ ],
|
||||
"defaultValue" : "",
|
||||
"dataSrc" : "url",
|
||||
"lazyLoad" : false,
|
||||
"valueProperty" : "id",
|
||||
"selectValues" : "",
|
||||
"disableLimit" : false,
|
||||
"template" : "<span>{{[item.firstName, item.lastName].filter(Boolean).join(' ')}}</span>",
|
||||
"searchEnabled" : false,
|
||||
"placeholder" : "",
|
||||
"prefix" : "",
|
||||
"customClass" : "",
|
||||
"suffix" : "",
|
||||
"multiple" : false,
|
||||
"protected" : false,
|
||||
"unique" : false,
|
||||
"persistent" : true,
|
||||
"hidden" : false,
|
||||
"clearOnHide" : true,
|
||||
"dataGridLabel" : false,
|
||||
"labelWidth" : 30,
|
||||
"labelMargin" : 3,
|
||||
"description" : "",
|
||||
"errorLabel" : "",
|
||||
"tooltip" : "",
|
||||
"hideLabel" : false,
|
||||
"tabindex" : "",
|
||||
"autofocus" : false,
|
||||
"dbIndex" : false,
|
||||
"customDefaultValue" : "",
|
||||
"calculateValue" : "",
|
||||
"allowCalculateOverride" : false,
|
||||
"widget" : null,
|
||||
"refreshOn" : "",
|
||||
"clearOnRefresh" : false,
|
||||
"validateOn" : "change",
|
||||
"conditional" : {
|
||||
"show" : null,
|
||||
"when" : null,
|
||||
"eq" : ""
|
||||
},
|
||||
"limit" : 100,
|
||||
"filter" : "",
|
||||
"searchField" : "",
|
||||
"minSearch" : 0,
|
||||
"readOnlyValue" : false,
|
||||
"authenticate" : false,
|
||||
"selectFields" : "",
|
||||
"customSearchCriteria" : "",
|
||||
"searchThreshold" : 0.3,
|
||||
"fuseOptions" : { },
|
||||
"customOptions" : { },
|
||||
"infiniteScroll" : false,
|
||||
"clearValueIfNotInItems" : false,
|
||||
"clientSideFilter" : "",
|
||||
"id" : "evydmbo"
|
||||
} ],
|
||||
"width" : 4,
|
||||
"offset" : 0,
|
||||
"push" : 0,
|
||||
"pull" : 0,
|
||||
"type" : "column",
|
||||
"input" : false,
|
||||
"key" : "column1",
|
||||
"tableView" : true,
|
||||
"label" : "",
|
||||
"hideOnChildrenHidden" : false,
|
||||
"placeholder" : "",
|
||||
"prefix" : "",
|
||||
"customClass" : "",
|
||||
"suffix" : "",
|
||||
"multiple" : false,
|
||||
"defaultValue" : null,
|
||||
"protected" : false,
|
||||
"unique" : false,
|
||||
"persistent" : true,
|
||||
"hidden" : false,
|
||||
"clearOnHide" : true,
|
||||
"dataGridLabel" : false,
|
||||
"labelPosition" : "top",
|
||||
"labelWidth" : 30,
|
||||
"labelMargin" : 3,
|
||||
"description" : "",
|
||||
"errorLabel" : "",
|
||||
"tooltip" : "",
|
||||
"hideLabel" : false,
|
||||
"tabindex" : "",
|
||||
"disabled" : false,
|
||||
"autofocus" : false,
|
||||
"dbIndex" : false,
|
||||
"customDefaultValue" : "",
|
||||
"calculateValue" : "",
|
||||
"allowCalculateOverride" : false,
|
||||
"widget" : null,
|
||||
"refreshOn" : "",
|
||||
"clearOnRefresh" : false,
|
||||
"validateOn" : "change",
|
||||
"validate" : {
|
||||
"required" : false,
|
||||
"custom" : "",
|
||||
"customPrivate" : false
|
||||
},
|
||||
"conditional" : {
|
||||
"show" : null,
|
||||
"when" : null,
|
||||
"eq" : ""
|
||||
},
|
||||
"id" : "e9u3jbf"
|
||||
}, {
|
||||
"components" : [ {
|
||||
"labelPosition" : "left-right",
|
||||
"label" : "Erstellt am",
|
||||
"format" : "dd.MM.yyyy",
|
||||
"mask" : false,
|
||||
"tableView" : true,
|
||||
"type" : "datetime",
|
||||
"input" : true,
|
||||
"key" : "creation_date",
|
||||
"suffix" : true,
|
||||
"widget" : {
|
||||
"type" : "calendar",
|
||||
"displayInTimezone" : "viewer",
|
||||
"language" : "en",
|
||||
"useLocaleSettings" : false,
|
||||
"allowInput" : true,
|
||||
"mode" : "single",
|
||||
"enableTime" : true,
|
||||
"noCalendar" : false,
|
||||
"format" : "dd.MM.yyyy",
|
||||
"defaultDate" : "",
|
||||
"hourIncrement" : 1,
|
||||
"minuteIncrement" : 1,
|
||||
"time_24hr" : false,
|
||||
"minDate" : null,
|
||||
"maxDate" : null,
|
||||
"icons" : "fontawesome",
|
||||
"i18n" : {
|
||||
"lng" : "en",
|
||||
"resources" : {
|
||||
"de" : {
|
||||
"translation" : {
|
||||
"complete" : "Eingabe vollständig",
|
||||
"error" : "Bitte beheben Sie vor dem Abschicken folgende Fehler.",
|
||||
"required" : "{{field}} ist ein Pflichtfeld",
|
||||
"pattern" : "{{field}} entspricht nicht dem Muster {{pattern}}",
|
||||
"minLength" : "{{field}} muss länger als {{length}} Zeichen sein.",
|
||||
"maxLength" : "{{field}} muss kürzer als {{length}} Zeichen sein.",
|
||||
"min" : "{{field}} darf nicht kleiner als {{min}} sein.",
|
||||
"max" : "{{field}} darf nicht größer als {{max}} sein.",
|
||||
"invalid_email" : "{{field}} ist keine valide E-Mail-Adresse.",
|
||||
"invalid_regex" : "{{field}} entspricht nicht dem Muster {{regex}}.",
|
||||
"invalid_date" : "{{field}} ist kein valides Datum.",
|
||||
"mask" : "{{field}} entspricht nicht der Maske.",
|
||||
"stripe" : "{{stripe}}",
|
||||
"month" : "Monat",
|
||||
"day" : "Tag",
|
||||
"year" : "Jahr",
|
||||
"january" : "Januar",
|
||||
"february" : "Februar",
|
||||
"march" : "März",
|
||||
"april" : "April",
|
||||
"may" : "Mai",
|
||||
"june" : "Juni",
|
||||
"july" : "Juli",
|
||||
"august" : "August",
|
||||
"september" : "September",
|
||||
"october" : "Oktober",
|
||||
"november" : "November",
|
||||
"december" : "Dezember",
|
||||
"next" : "Weiter",
|
||||
"previous" : "Zurück",
|
||||
"cancel" : "Abbrechen",
|
||||
"submit" : "Vorgang starten",
|
||||
"dualMultiselect_filterPlaceholder" : "Tippen um zu filtern.",
|
||||
"dualMultiselect_labelAll" : "Alle Werte",
|
||||
"dualMultiselect_labelSelected" : "Ausgewählte Werte",
|
||||
"dualMultiselect_buttonSelectAll" : "Alle auswählen",
|
||||
"dualMultiselect_buttonDeselectAll" : "Alle abwählen",
|
||||
"listSelection_buttonSelectAriaLabel" : "Eintrag Auswählen",
|
||||
"mapView_zoomInButton" : "Vergrößern",
|
||||
"mapView_zoomOutButton" : "Verkleinern",
|
||||
"selectComponent_searchPlaceholder" : "Tippe um zu Suchen...",
|
||||
"selectComponent_noChoicesText" : "Keine Elemente zur Auswahl",
|
||||
"selectComponent_noResultsText" : "Keine Ergebnisse gefunden"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"defaultValue" : "",
|
||||
"placeholder" : "",
|
||||
"prefix" : "",
|
||||
"customClass" : "",
|
||||
"multiple" : false,
|
||||
"protected" : false,
|
||||
"unique" : false,
|
||||
"persistent" : true,
|
||||
"hidden" : false,
|
||||
"clearOnHide" : true,
|
||||
"dataGridLabel" : false,
|
||||
"labelWidth" : 30,
|
||||
"labelMargin" : 3,
|
||||
"description" : "",
|
||||
"errorLabel" : "",
|
||||
"tooltip" : "",
|
||||
"hideLabel" : false,
|
||||
"tabindex" : "",
|
||||
"disabled" : false,
|
||||
"autofocus" : false,
|
||||
"dbIndex" : false,
|
||||
"customDefaultValue" : "",
|
||||
"calculateValue" : "",
|
||||
"allowCalculateOverride" : false,
|
||||
"refreshOn" : "",
|
||||
"clearOnRefresh" : false,
|
||||
"validateOn" : "change",
|
||||
"validate" : {
|
||||
"required" : false,
|
||||
"custom" : "",
|
||||
"customPrivate" : false
|
||||
},
|
||||
"conditional" : {
|
||||
"show" : null,
|
||||
"when" : null,
|
||||
"eq" : ""
|
||||
},
|
||||
"useLocaleSettings" : false,
|
||||
"allowInput" : true,
|
||||
"enableDate" : true,
|
||||
"enableTime" : true,
|
||||
"defaultDate" : "",
|
||||
"displayInTimezone" : "viewer",
|
||||
"timezone" : "",
|
||||
"datepickerMode" : "day",
|
||||
"datePicker" : {
|
||||
"showWeeks" : true,
|
||||
"startingDay" : 0,
|
||||
"initDate" : "",
|
||||
"minMode" : "day",
|
||||
"maxMode" : "year",
|
||||
"yearRows" : 4,
|
||||
"yearColumns" : 5,
|
||||
"minDate" : null,
|
||||
"maxDate" : null
|
||||
},
|
||||
"timePicker" : {
|
||||
"hourStep" : 1,
|
||||
"minuteStep" : 1,
|
||||
"showMeridian" : true,
|
||||
"readonlyInput" : false,
|
||||
"mousewheel" : true,
|
||||
"arrowkeys" : true
|
||||
},
|
||||
"id" : "ef2amw"
|
||||
} ],
|
||||
"width" : 4,
|
||||
"offset" : 0,
|
||||
"push" : 0,
|
||||
"pull" : 0,
|
||||
"type" : "column",
|
||||
"input" : false,
|
||||
"key" : "column2",
|
||||
"tableView" : true,
|
||||
"label" : "",
|
||||
"hideOnChildrenHidden" : false,
|
||||
"placeholder" : "",
|
||||
"prefix" : "",
|
||||
"customClass" : "",
|
||||
"suffix" : "",
|
||||
"multiple" : false,
|
||||
"defaultValue" : null,
|
||||
"protected" : false,
|
||||
"unique" : false,
|
||||
"persistent" : true,
|
||||
"hidden" : false,
|
||||
"clearOnHide" : true,
|
||||
"dataGridLabel" : false,
|
||||
"labelPosition" : "top",
|
||||
"labelWidth" : 30,
|
||||
"labelMargin" : 3,
|
||||
"description" : "",
|
||||
"errorLabel" : "",
|
||||
"tooltip" : "",
|
||||
"hideLabel" : false,
|
||||
"tabindex" : "",
|
||||
"disabled" : false,
|
||||
"autofocus" : false,
|
||||
"dbIndex" : false,
|
||||
"customDefaultValue" : "",
|
||||
"calculateValue" : "",
|
||||
"allowCalculateOverride" : false,
|
||||
"widget" : null,
|
||||
"refreshOn" : "",
|
||||
"clearOnRefresh" : false,
|
||||
"validateOn" : "change",
|
||||
"validate" : {
|
||||
"required" : false,
|
||||
"custom" : "",
|
||||
"customPrivate" : false
|
||||
},
|
||||
"conditional" : {
|
||||
"show" : null,
|
||||
"when" : null,
|
||||
"eq" : ""
|
||||
},
|
||||
"id" : "efau92d"
|
||||
}, {
|
||||
"components" : [ {
|
||||
"input" : true,
|
||||
"tableView" : false,
|
||||
"label" : "Status",
|
||||
"key" : "vorgang_status_text",
|
||||
"defaultValue" : "",
|
||||
"persistent" : false,
|
||||
"clearOnHide" : false,
|
||||
"conditional" : {
|
||||
"show" : "",
|
||||
"when" : null,
|
||||
"eq" : ""
|
||||
},
|
||||
"type" : "textfield",
|
||||
"labelPosition" : "left-right",
|
||||
"tags" : [ ],
|
||||
"properties" : {
|
||||
"" : ""
|
||||
},
|
||||
"labelWidth" : 40,
|
||||
"disabled" : true,
|
||||
"lockKey" : true,
|
||||
"widget" : null,
|
||||
"placeholder" : "",
|
||||
"prefix" : "",
|
||||
"customClass" : "",
|
||||
"suffix" : "",
|
||||
"multiple" : false,
|
||||
"protected" : false,
|
||||
"unique" : false,
|
||||
"hidden" : false,
|
||||
"dataGridLabel" : false,
|
||||
"labelMargin" : 3,
|
||||
"description" : "",
|
||||
"errorLabel" : "",
|
||||
"tooltip" : "",
|
||||
"hideLabel" : false,
|
||||
"tabindex" : "",
|
||||
"autofocus" : false,
|
||||
"dbIndex" : false,
|
||||
"customDefaultValue" : "",
|
||||
"calculateValue" : "",
|
||||
"allowCalculateOverride" : false,
|
||||
"refreshOn" : "",
|
||||
"clearOnRefresh" : false,
|
||||
"validateOn" : "change",
|
||||
"validate" : {
|
||||
"required" : false,
|
||||
"custom" : "",
|
||||
"customPrivate" : false,
|
||||
"minLength" : "",
|
||||
"maxLength" : "",
|
||||
"minWords" : "",
|
||||
"maxWords" : "",
|
||||
"pattern" : ""
|
||||
},
|
||||
"mask" : false,
|
||||
"inputType" : "text",
|
||||
"inputMask" : "",
|
||||
"id" : "ea7hs5"
|
||||
} ],
|
||||
"width" : 4,
|
||||
"offset" : 0,
|
||||
"push" : 0,
|
||||
"pull" : 0,
|
||||
"type" : "column",
|
||||
"input" : false,
|
||||
"key" : "column3",
|
||||
"tableView" : true,
|
||||
"label" : "",
|
||||
"hideOnChildrenHidden" : false,
|
||||
"placeholder" : "",
|
||||
"prefix" : "",
|
||||
"customClass" : "",
|
||||
"suffix" : "",
|
||||
"multiple" : false,
|
||||
"defaultValue" : null,
|
||||
"protected" : false,
|
||||
"unique" : false,
|
||||
"persistent" : true,
|
||||
"hidden" : false,
|
||||
"clearOnHide" : true,
|
||||
"dataGridLabel" : false,
|
||||
"labelPosition" : "top",
|
||||
"labelWidth" : 30,
|
||||
"labelMargin" : 3,
|
||||
"description" : "",
|
||||
"errorLabel" : "",
|
||||
"tooltip" : "",
|
||||
"hideLabel" : false,
|
||||
"tabindex" : "",
|
||||
"disabled" : false,
|
||||
"autofocus" : false,
|
||||
"dbIndex" : false,
|
||||
"customDefaultValue" : "",
|
||||
"calculateValue" : "",
|
||||
"allowCalculateOverride" : false,
|
||||
"widget" : null,
|
||||
"refreshOn" : "",
|
||||
"clearOnRefresh" : false,
|
||||
"validateOn" : "change",
|
||||
"validate" : {
|
||||
"required" : false,
|
||||
"custom" : "",
|
||||
"customPrivate" : false
|
||||
},
|
||||
"conditional" : {
|
||||
"show" : null,
|
||||
"when" : null,
|
||||
"eq" : ""
|
||||
},
|
||||
"id" : "ez9z05q"
|
||||
} ],
|
||||
"type" : "columns",
|
||||
"tags" : [ ],
|
||||
"conditional" : {
|
||||
"show" : "",
|
||||
"when" : null,
|
||||
"eq" : ""
|
||||
},
|
||||
"properties" : {
|
||||
"" : ""
|
||||
},
|
||||
"label" : "Columns",
|
||||
"key" : "columns",
|
||||
"placeholder" : "",
|
||||
"prefix" : "",
|
||||
"customClass" : "",
|
||||
"suffix" : "",
|
||||
"multiple" : false,
|
||||
"defaultValue" : null,
|
||||
"protected" : false,
|
||||
"unique" : false,
|
||||
"persistent" : false,
|
||||
"hidden" : false,
|
||||
"clearOnHide" : false,
|
||||
"dataGridLabel" : false,
|
||||
"labelPosition" : "top",
|
||||
"labelWidth" : 30,
|
||||
"labelMargin" : 3,
|
||||
"description" : "",
|
||||
"errorLabel" : "",
|
||||
"tooltip" : "",
|
||||
"hideLabel" : false,
|
||||
"tabindex" : "",
|
||||
"disabled" : false,
|
||||
"autofocus" : false,
|
||||
"dbIndex" : false,
|
||||
"customDefaultValue" : "",
|
||||
"calculateValue" : "",
|
||||
"allowCalculateOverride" : false,
|
||||
"widget" : null,
|
||||
"refreshOn" : "",
|
||||
"clearOnRefresh" : false,
|
||||
"validateOn" : "change",
|
||||
"validate" : {
|
||||
"required" : false,
|
||||
"custom" : "",
|
||||
"customPrivate" : false
|
||||
},
|
||||
"autoAdjust" : false,
|
||||
"hideOnChildrenHidden" : false,
|
||||
"id" : "eqtnze"
|
||||
} ]
|
||||
}
|
||||
@ -0,0 +1,509 @@
|
||||
{
|
||||
"name" : "Kopfzeile",
|
||||
"configKey" : "header",
|
||||
"page" : 0,
|
||||
"components" : [ {
|
||||
"input" : false,
|
||||
"tableView" : false,
|
||||
"columns" : [ {
|
||||
"components" : [ {
|
||||
"labelPosition" : "left-right",
|
||||
"label" : "Ersteller",
|
||||
"mask" : false,
|
||||
"disabled" : true,
|
||||
"tableView" : true,
|
||||
"type" : "select",
|
||||
"input" : true,
|
||||
"key" : "creation_user_id",
|
||||
"validate" : {
|
||||
"unique" : false,
|
||||
"customMessage" : "",
|
||||
"json" : "",
|
||||
"required" : false,
|
||||
"custom" : "",
|
||||
"customPrivate" : false
|
||||
},
|
||||
"data" : {
|
||||
"headers" : [ {
|
||||
"key" : "",
|
||||
"value" : ""
|
||||
} ],
|
||||
"url" : "api/v1/scopes/{{context.scopeId}}/processes/{{context.processId}}/users?id.equals={{data.creation_user_id}}",
|
||||
"values" : [ ],
|
||||
"json" : "",
|
||||
"resource" : "",
|
||||
"custom" : ""
|
||||
},
|
||||
"properties" : { },
|
||||
"tags" : [ ],
|
||||
"defaultValue" : "",
|
||||
"dataSrc" : "url",
|
||||
"lazyLoad" : false,
|
||||
"valueProperty" : "id",
|
||||
"selectValues" : "",
|
||||
"disableLimit" : false,
|
||||
"template" : "<span>{{[item.firstName, item.lastName].filter(Boolean).join(' ')}}</span>",
|
||||
"searchEnabled" : false,
|
||||
"placeholder" : "",
|
||||
"prefix" : "",
|
||||
"customClass" : "",
|
||||
"suffix" : "",
|
||||
"multiple" : false,
|
||||
"protected" : false,
|
||||
"unique" : false,
|
||||
"persistent" : true,
|
||||
"hidden" : false,
|
||||
"clearOnHide" : true,
|
||||
"dataGridLabel" : false,
|
||||
"labelWidth" : 30,
|
||||
"labelMargin" : 3,
|
||||
"description" : "",
|
||||
"errorLabel" : "",
|
||||
"tooltip" : "",
|
||||
"hideLabel" : false,
|
||||
"tabindex" : "",
|
||||
"autofocus" : false,
|
||||
"dbIndex" : false,
|
||||
"customDefaultValue" : "",
|
||||
"calculateValue" : "",
|
||||
"allowCalculateOverride" : false,
|
||||
"widget" : null,
|
||||
"refreshOn" : "",
|
||||
"clearOnRefresh" : false,
|
||||
"validateOn" : "change",
|
||||
"conditional" : {
|
||||
"show" : null,
|
||||
"when" : null,
|
||||
"eq" : ""
|
||||
},
|
||||
"limit" : 100,
|
||||
"filter" : "",
|
||||
"searchField" : "",
|
||||
"minSearch" : 0,
|
||||
"readOnlyValue" : false,
|
||||
"authenticate" : false,
|
||||
"selectFields" : "",
|
||||
"customSearchCriteria" : "",
|
||||
"searchThreshold" : 0.3,
|
||||
"fuseOptions" : { },
|
||||
"customOptions" : { },
|
||||
"infiniteScroll" : false,
|
||||
"clearValueIfNotInItems" : false,
|
||||
"clientSideFilter" : "",
|
||||
"id" : "evydmbo"
|
||||
} ],
|
||||
"width" : 4,
|
||||
"offset" : 0,
|
||||
"push" : 0,
|
||||
"pull" : 0,
|
||||
"type" : "column",
|
||||
"input" : false,
|
||||
"key" : "column1",
|
||||
"tableView" : true,
|
||||
"label" : "",
|
||||
"hideOnChildrenHidden" : false,
|
||||
"placeholder" : "",
|
||||
"prefix" : "",
|
||||
"customClass" : "",
|
||||
"suffix" : "",
|
||||
"multiple" : false,
|
||||
"defaultValue" : null,
|
||||
"protected" : false,
|
||||
"unique" : false,
|
||||
"persistent" : true,
|
||||
"hidden" : false,
|
||||
"clearOnHide" : true,
|
||||
"dataGridLabel" : false,
|
||||
"labelPosition" : "top",
|
||||
"labelWidth" : 30,
|
||||
"labelMargin" : 3,
|
||||
"description" : "",
|
||||
"errorLabel" : "",
|
||||
"tooltip" : "",
|
||||
"hideLabel" : false,
|
||||
"tabindex" : "",
|
||||
"disabled" : false,
|
||||
"autofocus" : false,
|
||||
"dbIndex" : false,
|
||||
"customDefaultValue" : "",
|
||||
"calculateValue" : "",
|
||||
"allowCalculateOverride" : false,
|
||||
"widget" : null,
|
||||
"refreshOn" : "",
|
||||
"clearOnRefresh" : false,
|
||||
"validateOn" : "change",
|
||||
"validate" : {
|
||||
"required" : false,
|
||||
"custom" : "",
|
||||
"customPrivate" : false
|
||||
},
|
||||
"conditional" : {
|
||||
"show" : null,
|
||||
"when" : null,
|
||||
"eq" : ""
|
||||
},
|
||||
"id" : "e9u3jbf"
|
||||
}, {
|
||||
"components" : [ {
|
||||
"labelPosition" : "left-right",
|
||||
"label" : "Erstellt am",
|
||||
"format" : "dd.MM.yyyy",
|
||||
"mask" : false,
|
||||
"tableView" : true,
|
||||
"type" : "datetime",
|
||||
"input" : true,
|
||||
"key" : "creation_date",
|
||||
"suffix" : true,
|
||||
"widget" : {
|
||||
"type" : "calendar",
|
||||
"displayInTimezone" : "viewer",
|
||||
"language" : "en",
|
||||
"useLocaleSettings" : false,
|
||||
"allowInput" : true,
|
||||
"mode" : "single",
|
||||
"enableTime" : true,
|
||||
"noCalendar" : false,
|
||||
"format" : "dd.MM.yyyy",
|
||||
"defaultDate" : "",
|
||||
"hourIncrement" : 1,
|
||||
"minuteIncrement" : 1,
|
||||
"time_24hr" : false,
|
||||
"minDate" : null,
|
||||
"maxDate" : null,
|
||||
"icons" : "fontawesome",
|
||||
"i18n" : {
|
||||
"lng" : "en",
|
||||
"resources" : {
|
||||
"de" : {
|
||||
"translation" : {
|
||||
"complete" : "Eingabe vollständig",
|
||||
"error" : "Bitte beheben Sie vor dem Abschicken folgende Fehler.",
|
||||
"required" : "{{field}} ist ein Pflichtfeld",
|
||||
"pattern" : "{{field}} entspricht nicht dem Muster {{pattern}}",
|
||||
"minLength" : "{{field}} muss länger als {{length}} Zeichen sein.",
|
||||
"maxLength" : "{{field}} muss kürzer als {{length}} Zeichen sein.",
|
||||
"min" : "{{field}} darf nicht kleiner als {{min}} sein.",
|
||||
"max" : "{{field}} darf nicht größer als {{max}} sein.",
|
||||
"invalid_email" : "{{field}} ist keine valide E-Mail-Adresse.",
|
||||
"invalid_regex" : "{{field}} entspricht nicht dem Muster {{regex}}.",
|
||||
"invalid_date" : "{{field}} ist kein valides Datum.",
|
||||
"mask" : "{{field}} entspricht nicht der Maske.",
|
||||
"stripe" : "{{stripe}}",
|
||||
"month" : "Monat",
|
||||
"day" : "Tag",
|
||||
"year" : "Jahr",
|
||||
"january" : "Januar",
|
||||
"february" : "Februar",
|
||||
"march" : "März",
|
||||
"april" : "April",
|
||||
"may" : "Mai",
|
||||
"june" : "Juni",
|
||||
"july" : "Juli",
|
||||
"august" : "August",
|
||||
"september" : "September",
|
||||
"october" : "Oktober",
|
||||
"november" : "November",
|
||||
"december" : "Dezember",
|
||||
"next" : "Weiter",
|
||||
"previous" : "Zurück",
|
||||
"cancel" : "Abbrechen",
|
||||
"submit" : "Vorgang starten",
|
||||
"dualMultiselect_filterPlaceholder" : "Tippen um zu filtern.",
|
||||
"dualMultiselect_labelAll" : "Alle Werte",
|
||||
"dualMultiselect_labelSelected" : "Ausgewählte Werte",
|
||||
"dualMultiselect_buttonSelectAll" : "Alle auswählen",
|
||||
"dualMultiselect_buttonDeselectAll" : "Alle abwählen",
|
||||
"listSelection_buttonSelectAriaLabel" : "Eintrag Auswählen",
|
||||
"mapView_zoomInButton" : "Vergrößern",
|
||||
"mapView_zoomOutButton" : "Verkleinern",
|
||||
"selectComponent_searchPlaceholder" : "Tippe um zu Suchen...",
|
||||
"selectComponent_noChoicesText" : "Keine Elemente zur Auswahl",
|
||||
"selectComponent_noResultsText" : "Keine Ergebnisse gefunden"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"defaultValue" : "",
|
||||
"placeholder" : "",
|
||||
"prefix" : "",
|
||||
"customClass" : "",
|
||||
"multiple" : false,
|
||||
"protected" : false,
|
||||
"unique" : false,
|
||||
"persistent" : true,
|
||||
"hidden" : false,
|
||||
"clearOnHide" : true,
|
||||
"dataGridLabel" : false,
|
||||
"labelWidth" : 30,
|
||||
"labelMargin" : 3,
|
||||
"description" : "",
|
||||
"errorLabel" : "",
|
||||
"tooltip" : "",
|
||||
"hideLabel" : false,
|
||||
"tabindex" : "",
|
||||
"disabled" : false,
|
||||
"autofocus" : false,
|
||||
"dbIndex" : false,
|
||||
"customDefaultValue" : "",
|
||||
"calculateValue" : "",
|
||||
"allowCalculateOverride" : false,
|
||||
"refreshOn" : "",
|
||||
"clearOnRefresh" : false,
|
||||
"validateOn" : "change",
|
||||
"validate" : {
|
||||
"required" : false,
|
||||
"custom" : "",
|
||||
"customPrivate" : false
|
||||
},
|
||||
"conditional" : {
|
||||
"show" : null,
|
||||
"when" : null,
|
||||
"eq" : ""
|
||||
},
|
||||
"useLocaleSettings" : false,
|
||||
"allowInput" : true,
|
||||
"enableDate" : true,
|
||||
"enableTime" : true,
|
||||
"defaultDate" : "",
|
||||
"displayInTimezone" : "viewer",
|
||||
"timezone" : "",
|
||||
"datepickerMode" : "day",
|
||||
"datePicker" : {
|
||||
"showWeeks" : true,
|
||||
"startingDay" : 0,
|
||||
"initDate" : "",
|
||||
"minMode" : "day",
|
||||
"maxMode" : "year",
|
||||
"yearRows" : 4,
|
||||
"yearColumns" : 5,
|
||||
"minDate" : null,
|
||||
"maxDate" : null
|
||||
},
|
||||
"timePicker" : {
|
||||
"hourStep" : 1,
|
||||
"minuteStep" : 1,
|
||||
"showMeridian" : true,
|
||||
"readonlyInput" : false,
|
||||
"mousewheel" : true,
|
||||
"arrowkeys" : true
|
||||
},
|
||||
"id" : "ef2amw"
|
||||
} ],
|
||||
"width" : 4,
|
||||
"offset" : 0,
|
||||
"push" : 0,
|
||||
"pull" : 0,
|
||||
"type" : "column",
|
||||
"input" : false,
|
||||
"key" : "column2",
|
||||
"tableView" : true,
|
||||
"label" : "",
|
||||
"hideOnChildrenHidden" : false,
|
||||
"placeholder" : "",
|
||||
"prefix" : "",
|
||||
"customClass" : "",
|
||||
"suffix" : "",
|
||||
"multiple" : false,
|
||||
"defaultValue" : null,
|
||||
"protected" : false,
|
||||
"unique" : false,
|
||||
"persistent" : true,
|
||||
"hidden" : false,
|
||||
"clearOnHide" : true,
|
||||
"dataGridLabel" : false,
|
||||
"labelPosition" : "top",
|
||||
"labelWidth" : 30,
|
||||
"labelMargin" : 3,
|
||||
"description" : "",
|
||||
"errorLabel" : "",
|
||||
"tooltip" : "",
|
||||
"hideLabel" : false,
|
||||
"tabindex" : "",
|
||||
"disabled" : false,
|
||||
"autofocus" : false,
|
||||
"dbIndex" : false,
|
||||
"customDefaultValue" : "",
|
||||
"calculateValue" : "",
|
||||
"allowCalculateOverride" : false,
|
||||
"widget" : null,
|
||||
"refreshOn" : "",
|
||||
"clearOnRefresh" : false,
|
||||
"validateOn" : "change",
|
||||
"validate" : {
|
||||
"required" : false,
|
||||
"custom" : "",
|
||||
"customPrivate" : false
|
||||
},
|
||||
"conditional" : {
|
||||
"show" : null,
|
||||
"when" : null,
|
||||
"eq" : ""
|
||||
},
|
||||
"id" : "efau92d"
|
||||
}, {
|
||||
"components" : [ {
|
||||
"input" : true,
|
||||
"tableView" : false,
|
||||
"label" : "Status",
|
||||
"key" : "vorgang_status_text",
|
||||
"defaultValue" : "",
|
||||
"persistent" : false,
|
||||
"clearOnHide" : false,
|
||||
"conditional" : {
|
||||
"show" : "",
|
||||
"when" : null,
|
||||
"eq" : ""
|
||||
},
|
||||
"type" : "textfield",
|
||||
"labelPosition" : "left-right",
|
||||
"tags" : [ ],
|
||||
"properties" : {
|
||||
"" : ""
|
||||
},
|
||||
"labelWidth" : 40,
|
||||
"disabled" : true,
|
||||
"lockKey" : true,
|
||||
"widget" : null,
|
||||
"placeholder" : "",
|
||||
"prefix" : "",
|
||||
"customClass" : "",
|
||||
"suffix" : "",
|
||||
"multiple" : false,
|
||||
"protected" : false,
|
||||
"unique" : false,
|
||||
"hidden" : false,
|
||||
"dataGridLabel" : false,
|
||||
"labelMargin" : 3,
|
||||
"description" : "",
|
||||
"errorLabel" : "",
|
||||
"tooltip" : "",
|
||||
"hideLabel" : false,
|
||||
"tabindex" : "",
|
||||
"autofocus" : false,
|
||||
"dbIndex" : false,
|
||||
"customDefaultValue" : "",
|
||||
"calculateValue" : "",
|
||||
"allowCalculateOverride" : false,
|
||||
"refreshOn" : "",
|
||||
"clearOnRefresh" : false,
|
||||
"validateOn" : "change",
|
||||
"validate" : {
|
||||
"required" : false,
|
||||
"custom" : "",
|
||||
"customPrivate" : false,
|
||||
"minLength" : "",
|
||||
"maxLength" : "",
|
||||
"minWords" : "",
|
||||
"maxWords" : "",
|
||||
"pattern" : ""
|
||||
},
|
||||
"mask" : false,
|
||||
"inputType" : "text",
|
||||
"inputMask" : "",
|
||||
"id" : "ea7hs5"
|
||||
} ],
|
||||
"width" : 4,
|
||||
"offset" : 0,
|
||||
"push" : 0,
|
||||
"pull" : 0,
|
||||
"type" : "column",
|
||||
"input" : false,
|
||||
"key" : "column3",
|
||||
"tableView" : true,
|
||||
"label" : "",
|
||||
"hideOnChildrenHidden" : false,
|
||||
"placeholder" : "",
|
||||
"prefix" : "",
|
||||
"customClass" : "",
|
||||
"suffix" : "",
|
||||
"multiple" : false,
|
||||
"defaultValue" : null,
|
||||
"protected" : false,
|
||||
"unique" : false,
|
||||
"persistent" : true,
|
||||
"hidden" : false,
|
||||
"clearOnHide" : true,
|
||||
"dataGridLabel" : false,
|
||||
"labelPosition" : "top",
|
||||
"labelWidth" : 30,
|
||||
"labelMargin" : 3,
|
||||
"description" : "",
|
||||
"errorLabel" : "",
|
||||
"tooltip" : "",
|
||||
"hideLabel" : false,
|
||||
"tabindex" : "",
|
||||
"disabled" : false,
|
||||
"autofocus" : false,
|
||||
"dbIndex" : false,
|
||||
"customDefaultValue" : "",
|
||||
"calculateValue" : "",
|
||||
"allowCalculateOverride" : false,
|
||||
"widget" : null,
|
||||
"refreshOn" : "",
|
||||
"clearOnRefresh" : false,
|
||||
"validateOn" : "change",
|
||||
"validate" : {
|
||||
"required" : false,
|
||||
"custom" : "",
|
||||
"customPrivate" : false
|
||||
},
|
||||
"conditional" : {
|
||||
"show" : null,
|
||||
"when" : null,
|
||||
"eq" : ""
|
||||
},
|
||||
"id" : "ez9z05q"
|
||||
} ],
|
||||
"type" : "columns",
|
||||
"tags" : [ ],
|
||||
"conditional" : {
|
||||
"show" : "",
|
||||
"when" : null,
|
||||
"eq" : ""
|
||||
},
|
||||
"properties" : {
|
||||
"" : ""
|
||||
},
|
||||
"label" : "Columns",
|
||||
"key" : "columns",
|
||||
"placeholder" : "",
|
||||
"prefix" : "",
|
||||
"customClass" : "",
|
||||
"suffix" : "",
|
||||
"multiple" : false,
|
||||
"defaultValue" : null,
|
||||
"protected" : false,
|
||||
"unique" : false,
|
||||
"persistent" : false,
|
||||
"hidden" : false,
|
||||
"clearOnHide" : false,
|
||||
"dataGridLabel" : false,
|
||||
"labelPosition" : "top",
|
||||
"labelWidth" : 30,
|
||||
"labelMargin" : 3,
|
||||
"description" : "",
|
||||
"errorLabel" : "",
|
||||
"tooltip" : "",
|
||||
"hideLabel" : false,
|
||||
"tabindex" : "",
|
||||
"disabled" : false,
|
||||
"autofocus" : false,
|
||||
"dbIndex" : false,
|
||||
"customDefaultValue" : "",
|
||||
"calculateValue" : "",
|
||||
"allowCalculateOverride" : false,
|
||||
"widget" : null,
|
||||
"refreshOn" : "",
|
||||
"clearOnRefresh" : false,
|
||||
"validateOn" : "change",
|
||||
"validate" : {
|
||||
"required" : false,
|
||||
"custom" : "",
|
||||
"customPrivate" : false
|
||||
},
|
||||
"autoAdjust" : false,
|
||||
"hideOnChildrenHidden" : false,
|
||||
"id" : "eqtnze"
|
||||
} ]
|
||||
}
|
||||
@ -0,0 +1,74 @@
|
||||
{
|
||||
"name" : "Hauptprozess",
|
||||
"configKey" : "primary-process",
|
||||
"tabExpression" : "Vorgang {{ data.process_instance_id }}",
|
||||
"readonlyExpression" : "data.vorgang_status > 10",
|
||||
"components" : [ {
|
||||
"type" : "columns",
|
||||
"key" : "dossier",
|
||||
"columns" : [ {
|
||||
"components" : [ {
|
||||
"type" : "form",
|
||||
"key" : "header",
|
||||
"readonlyExpression" : "true"
|
||||
}, {
|
||||
"type" : "html",
|
||||
"content" : "<hr>"
|
||||
}, {
|
||||
"type" : "columns",
|
||||
"key" : "first-column",
|
||||
"columns" : [ {
|
||||
"components" : [ {
|
||||
"type" : "page",
|
||||
"key" : "dossier-page",
|
||||
"toc" : "left",
|
||||
"sections" : [ {
|
||||
"type" : "section",
|
||||
"key" : "body",
|
||||
"title" : "Inhalt",
|
||||
"components" : [ {
|
||||
"type" : "form",
|
||||
"key" : "body"
|
||||
} ]
|
||||
}, {
|
||||
"type" : "section",
|
||||
"key" : "dossier-attachments",
|
||||
"title" : "Anhänge",
|
||||
"components" : [ {
|
||||
"type" : "form",
|
||||
"key" : "attachments"
|
||||
} ]
|
||||
}, {
|
||||
"type" : "section",
|
||||
"key" : "dossier-comments",
|
||||
"title" : "Kommentare",
|
||||
"components" : [ {
|
||||
"type" : "comments",
|
||||
"key" : "comments"
|
||||
} ]
|
||||
}, {
|
||||
"type" : "section",
|
||||
"key" : "dossier-history",
|
||||
"title" : "Protokoll",
|
||||
"components" : [ {
|
||||
"type" : "history",
|
||||
"key" : "history"
|
||||
} ]
|
||||
} ]
|
||||
} ],
|
||||
"width" : "9"
|
||||
}, {
|
||||
"components" : [ {
|
||||
"type" : "help-text",
|
||||
"key" : "help-text"
|
||||
}, {
|
||||
"type" : "action-list",
|
||||
"key" : "action-list"
|
||||
} ],
|
||||
"width" : "350px"
|
||||
} ]
|
||||
} ],
|
||||
"width" : "12"
|
||||
} ]
|
||||
} ]
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
scopeId=template
|
||||
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name" : "Hauptprozesse Fallback",
|
||||
"configKey" : "primary-process-fallback",
|
||||
"columns" : [ ],
|
||||
"sorts" : [ ],
|
||||
"filters" : [ ]
|
||||
}
|
||||
@ -0,0 +1,47 @@
|
||||
{
|
||||
"name" : "Hauptprozesse",
|
||||
"configKey" : "primary-process",
|
||||
"columns" : [ {
|
||||
"key" : "id",
|
||||
"name" : "ID",
|
||||
"width" : 50,
|
||||
"hidden" : true
|
||||
}, {
|
||||
"key" : "process_definition_key",
|
||||
"name" : "Process",
|
||||
"width" : 100,
|
||||
"hidden" : true
|
||||
}, {
|
||||
"key" : "creation_date",
|
||||
"name" : "Erstelldatum",
|
||||
"width" : 100
|
||||
}, {
|
||||
"key" : "creation_user_id",
|
||||
"name" : "Ersteller",
|
||||
"width" : 150
|
||||
}, {
|
||||
"key" : "vorgang_status_text",
|
||||
"name" : "Status",
|
||||
"width" : 100
|
||||
}, {
|
||||
"key" : "candidateGroups",
|
||||
"name" : "Gruppen",
|
||||
"width" : 100,
|
||||
"hidden" : true
|
||||
} ],
|
||||
"filters" : [ {
|
||||
"name" : "Ersteller",
|
||||
"key" : "creation_user_id",
|
||||
"defaultOption" : {
|
||||
"key" : "default",
|
||||
"name" : "Alle"
|
||||
}
|
||||
}, {
|
||||
"name" : "Status",
|
||||
"key" : "vorgang_status_text",
|
||||
"defaultOption" : {
|
||||
"key" : "default",
|
||||
"name" : "Alle"
|
||||
}
|
||||
} ]
|
||||
}
|
||||
@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="sample-diagram" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.9.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
|
||||
<bpmn2:signal id="Signal_1rr7wdd" name="Signal_05vo0km" />
|
||||
<bpmn2:collaboration id="Collaboration_0oahy0i">
|
||||
<bpmn2:participant id="Participant_19lpjee" name="Primary Process" processRef="primary-process" />
|
||||
</bpmn2:collaboration>
|
||||
<bpmn2:process id="primary-process" name="Primary Process" isExecutable="true" camunda:candidateStarterGroups="user">
|
||||
<bpmn2:startEvent id="Event_0wqvypp">
|
||||
<bpmn2:outgoing>Flow_1a8vxf0</bpmn2:outgoing>
|
||||
</bpmn2:startEvent>
|
||||
<bpmn2:userTask id="Activity_1xhfee5" camunda:candidateGroups="user">
|
||||
<bpmn2:incoming>Flow_0oc7f69</bpmn2:incoming>
|
||||
<bpmn2:outgoing>Flow_080k63h</bpmn2:outgoing>
|
||||
</bpmn2:userTask>
|
||||
<bpmn2:endEvent id="Event_14fmnl2">
|
||||
<bpmn2:incoming>Flow_0ufs5lg</bpmn2:incoming>
|
||||
</bpmn2:endEvent>
|
||||
<bpmn2:intermediateThrowEvent id="Event_1ho1j80" name="set state "new"" camunda:asyncAfter="true">
|
||||
<bpmn2:extensionElements>
|
||||
<camunda:inputOutput>
|
||||
<camunda:outputParameter name="vorgang_status">${10}</camunda:outputParameter>
|
||||
<camunda:outputParameter name="vorgang_status_text">new</camunda:outputParameter>
|
||||
</camunda:inputOutput>
|
||||
</bpmn2:extensionElements>
|
||||
<bpmn2:incoming>Flow_1a8vxf0</bpmn2:incoming>
|
||||
<bpmn2:outgoing>Flow_0oc7f69</bpmn2:outgoing>
|
||||
</bpmn2:intermediateThrowEvent>
|
||||
<bpmn2:intermediateThrowEvent id="Event_1l1qtec" name="set state "done"" camunda:asyncAfter="true">
|
||||
<bpmn2:extensionElements>
|
||||
<camunda:inputOutput>
|
||||
<camunda:outputParameter name="vorgang_status">${999}</camunda:outputParameter>
|
||||
<camunda:outputParameter name="vorgang_status_text">done</camunda:outputParameter>
|
||||
</camunda:inputOutput>
|
||||
</bpmn2:extensionElements>
|
||||
<bpmn2:incoming>Flow_080k63h</bpmn2:incoming>
|
||||
<bpmn2:outgoing>Flow_0ufs5lg</bpmn2:outgoing>
|
||||
</bpmn2:intermediateThrowEvent>
|
||||
<bpmn2:sequenceFlow id="Flow_1a8vxf0" sourceRef="Event_0wqvypp" targetRef="Event_1ho1j80" />
|
||||
<bpmn2:sequenceFlow id="Flow_0oc7f69" sourceRef="Event_1ho1j80" targetRef="Activity_1xhfee5" />
|
||||
<bpmn2:sequenceFlow id="Flow_080k63h" sourceRef="Activity_1xhfee5" targetRef="Event_1l1qtec" />
|
||||
<bpmn2:sequenceFlow id="Flow_0ufs5lg" sourceRef="Event_1l1qtec" targetRef="Event_14fmnl2" />
|
||||
</bpmn2:process>
|
||||
<bpmn2:message id="Message_1drsp54" name="server-created" />
|
||||
<bpmn2:signal id="Signal_0kz05aq" name="antrag-abgeschlossen-${execution.getProcessInstanceId()}" />
|
||||
<bpmn2:signal id="Signal_04iylf6" name="read-tenant-update" />
|
||||
<bpmn2:signal id="Signal_0yvztnu" name="Signal_0kk0b5i" />
|
||||
<bpmn2:message id="Message_13j1zir" name="create-database" />
|
||||
<bpmn2:message id="Message_1df18gi" name="create-realm" />
|
||||
<bpmn2:message id="Message_1in2mhs" name="create-server" />
|
||||
<bpmn2:message id="Message_01xkrhl" name="create-service" />
|
||||
<bpmn2:message id="Message_13oyyv2" name="action-executed-${execution.getVariable('smardigoManagementAction')}" />
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0oahy0i">
|
||||
<bpmndi:BPMNShape id="Participant_19lpjee_di" bpmnElement="Participant_19lpjee" isHorizontal="true">
|
||||
<dc:Bounds x="160" y="80" width="810" height="430" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0ufs5lg_di" bpmnElement="Flow_0ufs5lg">
|
||||
<di:waypoint x="668" y="300" />
|
||||
<di:waypoint x="702" y="300" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_080k63h_di" bpmnElement="Flow_080k63h">
|
||||
<di:waypoint x="600" y="300" />
|
||||
<di:waypoint x="632" y="300" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0oc7f69_di" bpmnElement="Flow_0oc7f69">
|
||||
<di:waypoint x="468" y="300" />
|
||||
<di:waypoint x="500" y="300" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1a8vxf0_di" bpmnElement="Flow_1a8vxf0">
|
||||
<di:waypoint x="398" y="300" />
|
||||
<di:waypoint x="432" y="300" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="Event_0wqvypp_di" bpmnElement="Event_0wqvypp">
|
||||
<dc:Bounds x="362" y="282" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_154ggtp_di" bpmnElement="Activity_1xhfee5">
|
||||
<dc:Bounds x="500" y="260" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_14fmnl2_di" bpmnElement="Event_14fmnl2">
|
||||
<dc:Bounds x="702" y="282" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1ho1j80_di" bpmnElement="Event_1ho1j80">
|
||||
<dc:Bounds x="432" y="282" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="415" y="328" width="73" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1l1qtec_di" bpmnElement="Event_1l1qtec">
|
||||
<dc:Bounds x="632" y="282" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="613" y="328" width="77" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn2:definitions>
|
||||
@ -0,0 +1,6 @@
|
||||
{
|
||||
"groups" : [ {
|
||||
"id" : "user",
|
||||
"name" : "User"
|
||||
} ]
|
||||
}
|
||||
Loading…
Reference in New Issue