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