From f7229e39fbc4eaec196f8285fc70ec2236077232 Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Fri, 26 Jan 2018 12:21:27 +0100 Subject: [PATCH] Remove app.config reference from doc (#2889) --- docs/start-process.component.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/start-process.component.md b/docs/start-process.component.md index 282076b025..334fd6246d 100644 --- a/docs/start-process.component.md +++ b/docs/start-process.component.md @@ -42,8 +42,6 @@ Starts a process. ``` If your app has more than one process definition, with the property processDefinitionName you can select as dropdown default value your PROCESS_DEFINITION_NAME. The name will be the PROCESS_NAME. -You can configure the processDefinitionName value in your custom `app.config.json` -You can configure the process name value in your custom `app.config.json` ### Start a process not included in an app @@ -54,7 +52,6 @@ You can configure the process name value in your custom `app.config.json` ``` With the property processDefinitionName you can select as dropdown default value your PROCESS_DEFINITION_NAME. -You can configure the processDefinitionName values in your custom `app.config.json` ### Custom data example