fixing workflow

This commit is contained in:
dcore94 2021-09-17 15:48:20 +02:00
parent 09e2d96d0b
commit 1ec108a6e7
1 changed files with 3 additions and 3 deletions

View File

@ -208,15 +208,15 @@
"inputParameters" : { "inputParameters" : {
"from" : "Blue-Cloud Gateway <bluecloud@d4science.org>", "from" : "Blue-Cloud Gateway <bluecloud@d4science.org>",
"to" : "${workflow.input.callback.email}", "to" : "${workflow.input.callback.email}",
"html" : "<html><body><p>Dear user,</p> <p>your request with id <b>{v1}</b> related to order <b>{v2}</b> number <b>{v3}</b> has completed with the following outcome:</p><br/> {v4} <br/><p>You can access your data through the D4Science <a href='{v5}'>workspace</a> in the folder {v6}</p><br/><br/><p style='font-size:small;color:gray'>WARNING / LEGAL TEXT: This message is intended only for the use of the individual or entity to which it is addressed and may contain information which is privileged, confidential, proprietary, or exempt from disclosure under applicable law. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, you are strictly prohibited from disclosing, distributing, copying, or in any way using this message. If you have received this communication in error, please notify the sender and destroy and delete any copies you may have received.</p></body></html>", "html" : "<html><body><p>Dear user,</p> <p>your request with id <b>{v1}</b> related to order <b>{v2}</b> number <b>{v3}</b> has completed with the following outcome:</p><br/> {v4} <br/><p>You can access your data through your Blue-cloud workspace at <b><a href='{v5}'>{v6}</a></b>.</p><br/><br/><p style='font-size:small;color:gray'>WARNING / LEGAL TEXT: This message is intended only for the use of the individual or entity to which it is addressed and may contain information which is privileged, confidential, proprietary, or exempt from disclosure under applicable law. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, you are strictly prohibited from disclosing, distributing, copying, or in any way using this message. If you have received this communication in error, please notify the sender and destroy and delete any copies you may have received.</p></body></html>",
"subject" : "Outcome of Bluecloud DA cache download {v1}", "subject" : "Outcome of Bluecloud DA cache download {v1}",
"extra_vars":{ "extra_vars":{
"v1" : "${workflow.input.descriptor.requestId}", "v1" : "${workflow.input.descriptor.requestId}",
"v2" : "${workflow.input.descriptor.userOrderName}", "v2" : "${workflow.input.descriptor.userOrderName}",
"v3" : "${workflow.input.descriptor.orderNumber}", "v3" : "${workflow.input.descriptor.orderNumber}",
"v4" : "${build_email_report.output.result.report}", "v4" : "${build_email_report.output.result.report}",
"v5" : "${init.input.workspace}", "v5" : "${init.input.workspace}/workspace?itemid=${workflow.variables.target_folder_id}&operation=gotofolder",
"v6" : "${init.input.parentfolder}" "v6" : "${init.input.parentfolder}/${init.input.folder}"
} }
} }
} }