globus_compute_submit_task
Submit a function to a Globus Compute endpoint for remote execution. Monitor progress and retrieve results via the complementary status tool.
Instructions
Submit a function execution task to a Globus Compute endpoint.
Use globus_compute_get_task_status to monitor progress and retrieve results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint_id | Yes | ID of the endpoint that will execute the function | |
| function_id | Yes | ID of the function | |
| function_args | Yes | Positional arguments for the function | |
| function_kwargs | Yes | Keyword arguments for the function |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task |