Project

General

Profile

1
<div>
2
	<p>**** This mail has been generated automatically by D-NET Manager Service, please don't reply ****</p>
3
	<h3>Infrastructure: $infrastructure$ </h3>
4
	<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
			<tr><td>Process ID: </td><td><a href="$baseUrl$/workflow_journal.do?procId=$procId$">$procId$</a></td>
10
			$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
			<ul>$pendingWfs.keys:{k|<li><a href="$baseUrl$/workflows.do?wfId=$k$">$pendingWfs.(k)$</a></li>}$</ul>
21
			Please launch them if necessary!!!
22
		</p>
23
	$endif$
24
</div>
(2-2/2)