Francesco Corti 5a4cc4edda
Release Note for 4.2 - Initial draft. (#6390)
* Release Note for 4.2 - Initial draft.

* update dep

* documentation

* fix

* remove script

* lint

Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2020-12-07 21:03:41 +00:00

1.0 KiB

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Start Task Component v2.0.0 Active 2019-01-14

Start Task Component

Creates/Starts a new task for the specified app.

adf-start-task

Basic Usage

<adf-start-task
    [appId]="YOUR_APP_ID"
    [name]="My Task Name">
</adf-start-task>

Class members

Properties

Name Type Default value Description
appId number (required) The id of the app.
name string "" Default Task Name.

Events

Name Type Description
cancel EventEmitter<void> Emitted when the cancel button is clicked by the user.
error EventEmitter<any> Emitted when an error occurs.
success EventEmitter<any> Emitted when the task is successfully created.