Project

General

Profile

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