globus_transfer_submit_task
Submit a data transfer task between Globus collections by specifying source and destination paths, collection IDs, and a label.
Instructions
Submit a transfer task between two Globus Transfer collections.
Use globus_transfer_get_task_events to monitor the task's progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Label for the transfer task | |
| source_path | Yes | Path to the source directory or file of the transfer | |
| destination_path | Yes | Path to the destination directory or file of the transfer | |
| source_collection_id | Yes | ID of the source collection | |
| destination_collection_id | Yes | ID of the destination collection |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the transfer task |