fixed report generation
This commit is contained in:
parent
1b67d7c0aa
commit
3bc9e5f5b0
|
@ -206,7 +206,7 @@
|
|||
"inputParameters" : {
|
||||
"from" : "bluecloud@d4science.org",
|
||||
"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></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 the D4Science <a href='{v5}'>workspace</a> in the folder {v6}</p></body></html>",
|
||||
"subject" : "Outcome of Bluecloud DA cache download {v1}",
|
||||
"extra_vars":{
|
||||
"v1" : "${workflow.input.descriptor.request_id}",
|
||||
|
|
Loading…
Reference in New Issue