fusion_list_tasks
Retrieve pending approvals and notifications assigned to the current Oracle Fusion user, filtered by status and limited to a specified number.
Instructions
Approvals and notifications waiting for the signed-in user.
The worklist lives at /bpm/api/4.0/tasks -- a third channel, reached by
neither the REST resources nor ErpIntegrationService. Six plausible routes
(fscmRestApi/notifications, worklistTasks under both FSCM and HCM,
userNotifications, the TaskQueryService SOAP endpoint) all answer 404.
Follow up with fusion_task_detail before acting: the list does not carry
the available outcomes, and those differ per task AND per user.
Args:
status: The service's own status values, e.g. ASSIGNED. Note ANY is
not accepted by the service and is refused here with an explanation.
limit: Maximum tasks returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | ASSIGNED |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||