diff --git a/docs/start-process.component.md b/docs/start-process.component.md index 75c7a3cc3c..7acd61bd9c 100644 --- a/docs/start-process.component.md +++ b/docs/start-process.component.md @@ -8,7 +8,7 @@ Starts a process. ```html + [appId]="YOUR_APP_ID"> ``` @@ -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 | -| processDefinitionId | `string` | (optional) definition ID of the process to start | +| processDefinition | `string` | (optional) definition ID 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 | @@ -36,7 +36,6 @@ Starts a process. ```html ``` @@ -47,7 +46,6 @@ Use this method to preselect which process to start if there is more than one pr ```html ``` @@ -74,7 +72,7 @@ const formValues: FormValues = { ```html + [appId]="YOUR_APP_ID" > ``` @@ -111,7 +109,7 @@ Note that in the object above, the key `file` is the name of the attach file fie ```html + [appId]="YOUR_APP_ID" > ```