Unclaims a task

Basic Usage

<button adf-unclaim-task [appName]="appName" [taskId]="taskId" (success)="onTaskUnclaimed()">Unclaim</button>

Class members

Properties

NameTypeDefault valueDescription
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.