From bbb28c9d687875a43efe7d3aed740d9de2020963 Mon Sep 17 00:00:00 2001 From: Francesco Corti Date: Thu, 2 May 2019 11:15:07 +0200 Subject: [PATCH] Activiti 7 and ADF tutorial review. (#4681) --- docs/tutorials/activiti-7-and-adf.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/activiti-7-and-adf.md b/docs/tutorials/activiti-7-and-adf.md index 12d8df2cb9..9b3cd3a40d 100644 --- a/docs/tutorials/activiti-7-and-adf.md +++ b/docs/tutorials/activiti-7-and-adf.md @@ -49,7 +49,7 @@ file as shown below: runtime-bundle: enabled: true service: - name: my-app/rb \\ <-- change it here! + name: rb \\ <-- change it here! ... ``` @@ -94,7 +94,7 @@ After your changes, the `app.config.json` file should look like the example belo Then, set the `alfresco-deployed-apps` property as shown below. - "alfresco-deployed-apps": [{"name":"my-app"}] + "alfresco-deployed-apps": [{"name":""}] When you are done, save the `app.config.json` file and launch the application by executing the `npm start` command. You should now be able to use your own ADF application