[ADF-645] added claim and unclaim event for task details action (#3038)

* [ADF-645] added claim and unclaim event for task details action

* [ADF-645] added new events to documentation
This commit is contained in:
Vito
2018-03-06 15:54:44 +00:00
committed by Eugenio Romano
parent d8e5e55ffa
commit 0f64af39d9
4 changed files with 31 additions and 1 deletions

View File

@@ -46,6 +46,8 @@ Shows the details of the task id passed in input
| error | `EventEmitter<any>` | Emitted when an error occurs. |
| executeOutcome | `EventEmitter<any>` | Emitted when any outcome is executed. Default behaviour can be prevented via `event.preventDefault()`. |
| assignTask | `EventEmitter<void>` | Emitted when a task is assigned. |
| claimedTask | `EventEmitter<string>` | Emitted when a task is claimed. |
| unClaimedTask | `EventEmitter<string>` | Emitted when a task is unclaimed. |
## Details