Creates/starts a new task for the specified app.

adf-cloud-start-task

Basic Usage

<adf-cloud-start-task
    [appName]="YOUR_APP_NAME">
</adf-cloud-start-task>

Class members

Properties

NameTypeDefault valueDescription
appNamestring""(required) Name of the app.
maxNameLengthnumberMAX_NAME_LENGTHMaximum length of the task name.
namestring""Name of the task.

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.