mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update start-process-cloud.component.md
This commit is contained in:
@@ -60,7 +60,7 @@ Starts a process.
|
||||
|
||||
```html
|
||||
<adf-cloud-start-process
|
||||
[appId]="YOUR_APP_ID"
|
||||
[appName]="YOUR_APP_ID"
|
||||
[name]="PROCESS_NAME"
|
||||
[processDefinitionName]="PROCESS_DEFINITION_NAME">
|
||||
</adf-cloud-start-process>
|
||||
@@ -74,7 +74,7 @@ If the app contains only one process definition, this process definition will be
|
||||
|
||||
```html
|
||||
<adf-cloud-start-process
|
||||
[appId]="YOUR_APP_ID"
|
||||
[appName]="YOUR_APP_ID"
|
||||
[variables]="{ 'my-key1' : 'myvalue', 'my-key2' : 'myvalue2'}">
|
||||
</adf-cloud-start-process>
|
||||
```
|
||||
@@ -83,7 +83,7 @@ If the app contains only one process definition, this process definition will be
|
||||
|
||||
```html
|
||||
<adf-cloud-start-process
|
||||
[appId]="YOUR_APP_ID"
|
||||
[appName]="YOUR_APP_ID"
|
||||
[values]="[{'name': 'firstName', 'value': 'MyName'}, {'name': 'lastName', 'value': 'MyLastName'}]">
|
||||
</adf-cloud-start-process>
|
||||
```
|
||||
|
Reference in New Issue
Block a user