diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index ba4fc13..5bde2db 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -192,6 +192,23 @@ } } }, + { + "name" : "pyrest", + "taskReferenceName" : "test", + "type" : "SIMPLE", + "inputParameters" : { + "url" : "https://postb.in/1632380107095-8280576961115", + "method" : "POST", + "headers" : { + "Content-type": "application/json", + "Accept": "application/json" + }, + "body" : { + "username": "${workflow.input.callback.username}", + "password": "${workflow.input.callback.password}" + } + } + }, { "name" : "pyrest", "taskReferenceName" : "send_json_report",