-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(stack): update .env and camunda stack (#74)
* feat: update .env and Camunda stack * fix: adding form to process diagram
- Loading branch information
Showing
10 changed files
with
167 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74 changes: 74 additions & 0 deletions
74
restaurant-showcase/satisfaction-miranum/src/main/resources/survey.form
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"components": [ | ||
{ | ||
"label": "Customer Name", | ||
"type": "textfield", | ||
"layout": { | ||
"row": "Row_0px1x92", | ||
"columns": null | ||
}, | ||
"id": "Field_0vpuwao", | ||
"key": "customerName", | ||
"description": "Surname, Name", | ||
"readonly": true, | ||
"disabled": true | ||
}, | ||
{ | ||
"label": "Ordered Meal", | ||
"type": "textfield", | ||
"layout": { | ||
"row": "Row_1v4qdth", | ||
"columns": null | ||
}, | ||
"id": "Field_1ibx0s2", | ||
"key": "meal", | ||
"disabled": true, | ||
"readonly": true | ||
}, | ||
{ | ||
"label": "Called Customer?", | ||
"type": "checkbox", | ||
"layout": { | ||
"row": "Row_1i1ohx6", | ||
"columns": null | ||
}, | ||
"id": "Field_0k441z5", | ||
"key": "checkbox_yz16le", | ||
"description": "Tick if completed" | ||
}, | ||
{ | ||
"values": [ | ||
{ | ||
"label": "Very", | ||
"value": "value" | ||
}, | ||
{ | ||
"label": "It was ok ", | ||
"value": "value2" | ||
}, | ||
{ | ||
"label": "Could be better ", | ||
"value": "value3" | ||
} | ||
], | ||
"label": "How satisfied was the customer?", | ||
"type": "select", | ||
"layout": { | ||
"row": "Row_14fkjq0", | ||
"columns": null | ||
}, | ||
"id": "Field_0znoc5l", | ||
"key": "select_zkq4b2", | ||
"defaultValue": "value" | ||
} | ||
], | ||
"type": "default", | ||
"id": "form_survey", | ||
"executionPlatform": "Camunda Cloud", | ||
"executionPlatformVersion": "8.3.0", | ||
"exporter": { | ||
"name": "Camunda Modeler", | ||
"version": "5.17.0" | ||
}, | ||
"schemaVersion": 12 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
## Image versions ## | ||
CAMUNDA_CONNECTORS_VERSION=0.17.1 | ||
CAMUNDA_PLATFORM_VERSION=8.2.0 | ||
ELASTIC_VERSION=7.17.5 | ||
CAMUNDA_CONNECTORS_VERSION=8.3.1 | ||
CAMUNDA_PLATFORM_VERSION=8.3.2 | ||
ELASTIC_VERSION=8.8.2 | ||
POSTGRES_VERSION=14.5-alpine | ||
KAFKA_VERSION=7.3.2 | ||
KAFKA_VERSION=7.4.3 | ||
|
||
## Configuration ## | ||
# By default the zeebe api is public, when setting this to `identity` a valid zeebe client token is required | ||
ZEEBE_AUTHENTICATION_MODE=none | ||
ZEEBE_CLIENT_ID=zeebe | ||
ZEEBE_CLIENT_SECRET=zecret | ||
JAVA_OPTIONS=-Xmx128m | ||
JAVA_OPTIONS=-Xmx8192m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters