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

NameTypeDefault valueDescription
appIdnumber(required) The id of the app.
namestring""Default Task Name.

Events

NameTypeDescription
cancelEventEmitter<void>Emitted when the cancel button is clicked by the user.
errorEventEmitter<any>Emitted when an error occurs.
successEventEmitter<any>Emitted when the task is successfully created.

© 2023 Alfresco Software, Inc. All Rights Reserved.