Lists approval tasks — one row per task — together with who requested the change, who it was
requested for, who decided it and how. Intended for auditing approval activity: "what did this
person approve last month", "what is still waiting on this approver", "which requests did this
department raise".

The report only contains tasks the executing user is allowed to `READ`.

ColumnMeaning
Task nameHuman-readable task name as shown in the task list, resolved from the workflow event type and localized to the executing user's language.
RequesterIdentity that created the request the task belongs to.
Requested forIdentity the request is for (the applicant). For tasks that create an entity rather than modify an identity (e.g. technical account creation) the created entity's name is shown instead.

Decided by
Identity that approved or rejected the task. Empty while the task is still running.

Decision
The decision taken (e.g. `APPROVE`, `DISAPPROVE`). Empty while the task is still running.
StateTask state (e.g. `RUNNING`, `APPROVED`).
Event typeCode of the workflow event that produced the task.
CreatedWhen the task was created
DecidedWhen the task was decided. Empty while the task is still running
LinkLink to the task detail in the frontend ('/task/wfe{id}/'), built from the configured frontend url
Current approversIdentities that can decide the task, comma separated. Only meaningful
Approval process idId of the workflow instance that the task belongs to.
RequestId of the role request the task belongs to.
Delegated
'Yes' when any of the task's identity links has a delegation - equivalent to the delegation symbol appearing in the approval tasks agenda
FieldTypeMeaning
Decided byIdentityOnly tasks decided by this identity
ApproversIdentityOnly tasks that have the given identity in their current approvers (if multiple are selected, the resolution is ANY OF)
RequesterIdentityOnly tasks of requests created by this identity
ApplicantIdentityOnly tasks of request for this identity
Approved / rejected fromDatetimeOnly tasks decided at or after this moment
Approved / Rejected tillDatetimeOnly tasks decided at or before this moment
Created fromDatetimeOnly tasks created at or after this time
Created tillDatetimeOnly tasks created at or before this time
Created in last X daysNumberOnly tasks created within the last X days, counted back from the moment the report runs
Decided in last X daysNumberOnly tasks decided within the last X days, counted back from the moment the report runs

Created in last X days and Decided in last X days*are relative lower bounds, counted back from
the moment the report runs. They do not overwrite the corresponding absolute from field. The
two are combined and the stricter (later) of the two win*, since the stricter bound is already
contained in the looser one.

For example, running the report on 2026-07-10 with Created from = `2026-01-01` and Created in last
X days = `7` returns tasks created on or after `2026-07-03`. The upper bound (Created till) is
unaffected in either case.

  • by otmara