Completes a task.

Basic Usage

<button adf-cloud-complete-task [appName]="appName" [taskId]="taskId" (success)="onTaskCompleted()">Complete</button>

Class members

Properties

NameTypeDefault valueDescription
appNamestring""(Required) The name of the application.
taskIdstring(Required) The id of the task.

Events

NameTypeDescription
errorEventEmitter<any>Emitted when the task cannot be completed.
successEventEmitter<any>Emitted when the task is completed.

© 2023 Alfresco Software, Inc. All Rights Reserved.