{ "ownerApp" : "Orchestrator", "name" : "da_cache_to_shub", "createBy" : "Marco Lettere", "description": "Workflow for streaming da_cache files to storage hub", "version" : 1, "ownerEmail" : "marco.lettere@nubisware.com", "inputParameters" : ["token", "descriptor"], "tasks" : [ { "name" : "pyrestbridge", "taskReferenceName" : "bridge", "type" : "SIMPLE", "inputParameters" : { "endpoint1" :{ "url" : "https://ent3szkgiak1.x.pipedream.net" }, "datamap" : { "place" : "files", "name" : "file" }, "endpoint2" :{ "url" : "https://workspace-repository.dev.d4science.org/storagehub/workspace//items/68e30cd7-8728-429e-9a98-50039e309095/create/FILE", "headers" : { "Authorization" : "Bearer ${workflow.input.token}" }, "files" : { "name" : "f1.json", "description" : "Example file" } } } } ] }