Project

General

Profile

1 26600 sandro.lab
<div>
2
	<p>**** This mail has been generated automatically by D-NET Manager Service, please don't reply ****</p>
3 32850 alessia.ba
	<h3>Infrastructure: $infrastructure$ </h3>
4 26600 sandro.lab
	<p>The following workflow has been completed successfully: <b>$wfName$</b></p>
5
6
	<p>
7
		<b>Workflow details:</b><br /><br />
8
		<table>
9 27585 claudio.at
			<tr><td>Process ID: </td><td><a href="$baseUrl$/workflow_journal.do?procId=$procId$">$procId$</a></td>
10 26600 sandro.lab
			$if(responses)$
11
				$responses.keys:{k|<tr><td>$k$: </td><td><i>$responses.(k)$</i></td>}$
12
			$endif$
13
		</table>
14
	</p>
15
	<hr />
16
17
	$if(pendingWfs)$
18
		<p>
19
			These dependency workflows need to be launched manually:
20 27587 claudio.at
			<ul>$pendingWfs.keys:{k|<li><a href="$baseUrl$/workflows.do?wfId=$k$">$pendingWfs.(k)$</a></li>}$</ul>
21 26600 sandro.lab
			Please launch them if necessary!!!
22
		</p>
23
	$endif$
24
</div>