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>
4
		The following workflow is FAILED: <b>$wfName$</b><br /><br />
5
		Error message: <i>$error$</i><br /><br />
6
		You can relaunch it clicking <a href="$baseUrl$/workflows.do?wfId=$wfId$">HERE</a>
7
	</p>
8
	
9
	<hr />
10
	
11
	<p>
12
		<b>Workflow details:</b><br /><br />
13
		<table>
14
			<tr><td>Process ID: </td><td><a href="$baseUrl$/workflow_journal.do?procId=$procId$">$procId$</a></td>
15
			$if(responses)$
16
				$responses.keys:{k|<tr><td>$k$: </td><td><i>$responses.(k)$</i></td>}$
17
			$endif$
18
		</table>
19
	</p>
20
	<hr />
21
	
22
	$if(pendingWfs)$
23
		<p>
24
			If it's OK, you can launch manually its dependencies:
25
			<ul>$pendingWfs.keys:{k|<li><a href="$baseUrl$/workflows.do?wfId=$k$">$pendingWfs.(k)$</a></li>}$</ul>
26
		</p>
27
	$endif$
28
</div>
(1-1/2)