From dd633bddda07b4ccf6e39295feb65ea8e8dbc728 Mon Sep 17 00:00:00 2001 From: jdosti Date: Thu, 25 Jan 2018 10:27:49 +0000 Subject: [PATCH] Update start-process.component.md --- docs/start-process.component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start-process.component.md b/docs/start-process.component.md index 7acd61bd9c..ba351523e9 100644 --- a/docs/start-process.component.md +++ b/docs/start-process.component.md @@ -18,7 +18,7 @@ Starts a process. | ---- | -- | ----------- | | appId | `number` | (optional): Limit the list of processes which can be started to those contained in the specified app | | name | `string` | (optional) name to assign to the current process | -| processDefinition | `string` | (optional) definition ID of the process to start | +| processDefinition | `string` | (optional) definition name of the process to start | | variables | `ProcessInstanceVariable[]` |Variables in input to the process [RestVariable](https://github.com/Alfresco/alfresco-js-api/tree/master/src/alfresco-activiti-rest-api/docs/RestVariable.md) | | values | `FormValues` | Parameter to pass form field values in the start form if is associated | | showSelectProcessDropdown | `boolean` | hide or show the process selection drodown, true by default |