Workitems
Workitems widget, this Component lists workitems.

Usage
This Component can be used by using the following HTML Tag:
<tcla-live-apps-workitems></tcla-live-apps-workitems>
Inputs
| Attribute | Type | Comments |
|---|---|---|
| appIds | string[] | The list of LA Application IDs you want to handle |
| caseRef | string | The caseRef for which to display workitems |
| displayType | string | |
| sandboxId | number | sandboxId - this comes from claims resolver |
| showHeader | boolean | |
| uiAppId | string | The Application ID of the UI (should ideally be unique as it is shared state key) |
Outputs
| Attribute | Type | Comments | |
|---|---|---|---|
| clickCase | EventEmitter |
||
| Event | clickCase | Case clicked | |
| Payload | CaseRoute | CaseRoute object output when case is clicked so calling component can route accordingly - ie. route to case |
full development Documentation