fusion_task_detail
Retrieve full task details by number and see the actionable outcomes the signed-in account can actually submit, with an empty list signifying no available decision.
Instructions
One task in full, including the outcomes this user may actually submit.
Read outcomes before offering the user a choice. It is derived from the
task's own actionList, keeping only entries that are not actionType: System -- the system entries (REASSIGN, ESCALATE, ACQUIRE...) are plumbing,
not decisions.
An EMPTY outcomes list is a real and common state, not an error: it means
the signed-in account cannot action this task, typically because it is
assigned to a group the account has not acquired. Observed on this pod: an
absence-approval task offers no business outcome at all while two
e-signature tasks offer APPROVE/REJECT to the same account.
Args:
number: The task number from fusion_list_tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||