Filter
Filter configuration supported by iterators and tasks.
| Name | Description |
|---|---|
| tracker | tracker handle to filter |
| when | date to filter |
Only matched items will be returned.
Examples
Filter on context date
"filter": {
"date": "{$date}"
}
Filter on tracker handle
"filter": {
"tracker": "some-handle"
}