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>Workflow: <b>$wfName$</b></p>
5
	<p>Status: <b>SUCCESS</b></p>
6
	
7
	<p>
8
		<b>Workflow details:</b><br /><br />
9
		<table>
10
			<tr><td>Process ID: </td><td><a href="$baseUrl$/workflow_journal.do?procId=$procId$">$procId$</a></td></tr>
11
			$if(responses)$
12
				$responses.keys:{k|<tr><td>$k$: </td><td><i>$responses.(k)$</i></td></tr>}$
13
			$endif$
14
		</table>
15
	</p>
16
	<hr />
17
	
18
	$if(pendingWfs)$
19
		<p>
20
			These dependency workflows need to be launched manually:
21
			<ul>$pendingWfs.keys:{k|<li><a href="$baseUrl$/workflows.do?wfId=$k$">$pendingWfs.(k)$</a></li>}$</ul>
22
			Please launch them if necessary!!!
23
		</p>
24
	$endif$
25
</div>
(2-2/2)