mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3282] Refactor Start Task Component (#4012)
* [ADF-3282] Refactor Start Task Component * [ADF-3282] Fix e2e test * [ADF-3282] Remove maxTaskNameLength from start task doc
This commit is contained in:
committed by
Eugenio Romano
parent
ca5543c48d
commit
49738ad555
@@ -15,7 +15,8 @@ Creates/Starts a new task for the specified app
|
||||
|
||||
```html
|
||||
<adf-start-task
|
||||
[appId]="YOUR_APP_ID">
|
||||
[appId]="YOUR_APP_ID"
|
||||
[name]="My Task Name">
|
||||
</adf-start-task>
|
||||
```
|
||||
|
||||
@@ -26,6 +27,7 @@ Creates/Starts a new task for the specified app
|
||||
| Name | Type | Default value | Description |
|
||||
| ---- | ---- | ------------- | ----------- |
|
||||
| appId | `number` | | (required) The id of the app. |
|
||||
| name | `string` | | Default Task Name |
|
||||
|
||||
### Events
|
||||
|
||||
|
Reference in New Issue
Block a user