fusion_job_status
Check the status of a scheduled Oracle Fusion job using its request ID. Determines if the job has finished, treating unknown states as still running to avoid premature abandonment.
Instructions
Check a scheduled process submitted with fusion_submit_job.
finished tells you whether to stop polling. An unrecognised state counts
as still running on purpose: abandoning a job because its state is not in
our list would be worse than one more poll.
Args:
request_id: The id returned by fusion_submit_job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||