{
"DATA_TYPE": "transfer",
"DATA": [
{
"DATA_TYPE": "transfer_item",
"source_path": "/home/ada/STA_25_2_CSTA007/",
"destination_path": "/home/ada/STA_25_2_CSTA007/",
"recursive": true
}
],
"submission_id": "af8330bf-2f25-4758-8ea1-419235500263",
"source_endpoint": "15bcadf8-fc7d-4a56-9b51-4f572b3eb441",
"destination_endpoint": "62d5371b-7ed6-4da9-9512-4c58c9fea31a",
"deadline": null,
"delete_destination_extra": false,
"encrypt_data": false,
"fail_on_quota_errors": false,
"filter_rules": null,
"label": null,
"preserve_timestamp": false,
"skip_source_errors": false,
"sync_level": null,
"verify_checksum": true,
"notify_on_succeeded": true,
"notify_on_failed": true,
"notify_on_inactive": true,
"store_base_path_info": true
}
On Feb 27, 2025, at 14:25, Anthony Weaver <awea...@fandm.edu> wrote:
Ada,I believe I may not have been clear. If I use https://apps.globus.org to manually execute a transfer (outside of any flow) do my transfer, that is where I get the behavior.The log for that transfer show this information
{
"States": {
"TransferFiles": {
"End": true,
"Type": "Action",
"Comment": "Transfer files",
"WaitTime": 3600,
"ActionUrl": "https://transfer.actions.globus.org/transfer",
"Parameters": {
"DATA": [
{
"source_path.$": "$.source.path",
"destination_path.=": "destination['path'].rstrip('/') + '/' + pathsplit(source['path'])[-1]"
}
],
"source_endpoint.$": "$.source.id",
"destination_endpoint.$": "$.destination.id"
},
"ResultPath": "$.TransferFiles"
}
},
"Comment": "Transfer and process files by invoking a Globus Compute function",
"StartAt": "TransferFiles"
}