Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
jflow
Commits
5e57aaa2
Commit
5e57aaa2
authored
Feb 26, 2016
by
Frédéric Escudié
Browse files
Add email placeholders in documentation.
parent
e94bf7d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/jflow_advanced_configuration.html
View file @
5e57aaa2
...
...
@@ -194,7 +194,10 @@
<td>
subject
</td>
<td>
-
</td>
<td>
The subject of the mail. This value will be used for all workflow. It can be overloaded within the
workflow implementation using
<code>
self.set_subject("subject")
</code>
workflow implementation using
<code>
self.set_subject("subject")
</code>
.
<br
/>
Placeholders can be used to access at the workflow attributes or unparametred methods:
<code>
###attribute###
</code>
or
<code>
###method()###
</code>
. For timestamps you can apply
date function with syntax:
<code>
###attribute|date###
</code>
or
<code>
###method()|date###"
</code>
.
</td>
</tr>
...
...
@@ -202,7 +205,10 @@
<td>
message
</td>
<td>
-
</td>
<td>
The mail content. This value will be used for all workflow. It can be overloaded within the
workflow implementation using
<code>
self.set_message("message")
</code>
workflow implementation using
<code>
self.set_message("message")
</code>
.
<br
/>
Placeholders can be used to access at the workflow attributes or unparametred methods:
<code>
###attribute###
</code>
or
<code>
###method()###
</code>
. For timestamps you can apply
date function with syntax:
<code>
###attribute|date###
</code>
or
<code>
###method()|date###"
</code>
.
</td>
</tr>
</tbody>
...
...
docs/jflow_core_workflow.html
View file @
5e57aaa2
...
...
@@ -851,7 +851,11 @@ bwamem = self.add_component("BWAmem", [bwaindex.databank, self.reads])</code></p
<td>
string
</td>
<td>
true
</td>
<td>
None
</td>
<td>
The email subject to use for the email sent to the user once the workflow is completed.
</td>
<td>
The email subject to use for the email sent to the user once the workflow is completed.
<br
/>
Placeholders can be used to access at the workflow attributes or unparametred methods:
<code>
###attribute###
</code>
or
<code>
###method()###
</code>
. For timestamps you can apply
date function with syntax:
<code>
###attribute|date###
</code>
or
<code>
###method()|date###"
</code>
.
</td>
</tr>
</tbody>
</table>
...
...
@@ -879,7 +883,11 @@ bwamem = self.add_component("BWAmem", [bwaindex.databank, self.reads])</code></p
<td>
string
</td>
<td>
true
</td>
<td>
None
</td>
<td>
The email message to use for the email sent to the user once the workflow is completed.
</td>
<td>
The email message to use for the email sent to the user once the workflow is completed.
<br
/>
Placeholders can be used to access at the workflow attributes or unparametred methods:
<code>
###attribute###
</code>
or
<code>
###method()###
</code>
. For timestamps you can apply
date function with syntax:
<code>
###attribute|date###
</code>
or
<code>
###method()|date###"
</code>
.
</td>
</tr>
</tbody>
</table>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment