diff --git a/charts/extendable-workflow/Chart.yaml b/charts/extendable-workflow/Chart.yaml index a6ebb876..4daecd3b 100644 --- a/charts/extendable-workflow/Chart.yaml +++ b/charts/extendable-workflow/Chart.yaml @@ -6,7 +6,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.3.0-rc3 +version: 1.3.0-rc4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/extendable-workflow/templates/03-sonataflow_extendable-workflow.yaml b/charts/extendable-workflow/templates/03-sonataflow_extendable-workflow.yaml index 3a0146b3..709c63cd 100755 --- a/charts/extendable-workflow/templates/03-sonataflow_extendable-workflow.yaml +++ b/charts/extendable-workflow/templates/03-sonataflow_extendable-workflow.yaml @@ -32,7 +32,7 @@ spec: operation: '{ greeting: "Bienvenue " + .personalInfo.firstName + " " + .personalInfo.lastName + " du merveilleux pays de " + .personalInfo.country + " ! Vos mots de passes sont bien reçus: " + .personalInfo.password + " et ils correspondent: " + .personalInfo.confirmPassword + "... Il serait bon de les changer maintenant." }' type: expression - name: successResult - operation: '{ "completedWith":"success", "message": "Extendable workflow completed successfully", "outputs":[ { "key":"Selected language", "value": .languageInfo.language }, { "key":"Greeting message", "value": .greeting } ] }' + operation: '{ "result": { "completedWith":"success", "message": "Extendable workflow completed successfully", "outputs":[ { "key":"Selected language", "value": .languageInfo.language }, { "key":"Greeting message", "value": .greeting } ] } }' type: expression start: stateName: ChooseOnLanguage @@ -107,7 +107,7 @@ spec: podTemplate: container: resources: {} - image: quay.io/orchestrator/serverless-workflow-extendable-workflow:be3e8e3c8099f475b29a7c67b61c6cb604f8b66c + image: quay.io/orchestrator/serverless-workflow-extendable-workflow:1e86b456df773f2daad9f18e3f83dfa6726a2a48 resources: configMaps: - configMap: