globus_compute_get_task_status
Check the status and retrieve results of a submitted Globus Compute task using its task ID.
Instructions
Retrieve the status and result of a Globus Compute task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The ID of the task |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | When the task status is 'success', this will contain the task result. | |
| status | Yes | The status of the task. | |
| task_id | Yes | ID of the task | |
| exception | No | When the task status is 'failed', this will contain the exception traceback. |