mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
730 B
730 B
Added, Status
| Added | Status |
|---|---|
| v2.0.0 | Active |
Start Task Component
Creates/Starts new task for the specified app
Basic Usage
<adf-start-task
[appId]="YOUR_APP_ID">
</adf-start-task>
Properties
| Name | Type | Default value | Description |
|---|---|---|---|
| appId | number |
(required) The id of the app. |
Events
| Name | Type | Description |
|---|---|---|
| success | EventEmitter<any> |
Emitted when the task is successfully created. |
| cancel | EventEmitter<void> |
Emitted when the cancel button is clicked by the user. |
| error | EventEmitter<any> |
Emitted when an error occurs. |
