mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
28 lines
575 B
Markdown
28 lines
575 B
Markdown
# Start Task Component
|
|
|
|
Creates/Starts new task for the specified app
|
|
|
|

|
|
|
|
## Basic Usage
|
|
|
|
```html
|
|
<adf-start-task
|
|
[appId]="YOUR_APP_ID">
|
|
</adf-start-task>
|
|
```
|
|
|
|
### Properties
|
|
|
|
| Name | Type | Description |
|
|
| --- | --- | --- |
|
|
| appId | string | (**required**): The id of the app. |
|
|
|
|
### Events
|
|
|
|
| Name | Description |
|
|
| --- | --- |
|
|
| success | Raised when the task is successfully created |
|
|
| cancel | Raised when the cancel button is pressed by the user |
|
|
| error | Raised if there is an error during task creation |
|