fix minor issues

This commit is contained in:
Marco Lettere 2023-07-18 12:13:58 +02:00
parent ce66259343
commit 2cc42d9e6d
1 changed files with 3 additions and 3 deletions

View File

@ -87,14 +87,14 @@
}, },
{ {
"name" : "pyrest", "name" : "pyrest",
"taskReferenceName" : "retrieve_parent_vo", "taskReferenceName" : "retrieve_vre",
"type" : "SIMPLE", "type" : "SIMPLE",
"inputParameters" : { "inputParameters" : {
"url" : "{{ ic_proxy }}/icproxy/gcube/service/GenericResource/VRE/${init.output.result.child}", "url" : "{{ ic_proxy }}/icproxy/gcube/service/GenericResource/VRE/${init.output.result.child}",
"method" : "GET", "method" : "GET",
"headers" : { "headers" : {
"Accept" : "application/xml", "Accept" : "application/xml",
"Authorization" : "Bearer ${authorize_uma_rootvo.output.body.access_token}" "Authorization" : "Bearer ${authorize_uma_paarent_vo.output.body.access_token}"
} }
} }
} }
@ -105,7 +105,7 @@
"name": "notification_join", "name": "notification_join",
"taskReferenceName": "notification_join_ref", "taskReferenceName": "notification_join_ref",
"type": "JOIN", "type": "JOIN",
"joinOn": ["retrieve_root_vo", "retrieve_parent_vo"] "joinOn": ["retrieve_infrastructure", "retrieve_vre"]
}, },
{ {
"name" : "pyrest", "name" : "pyrest",