Property |
Value(s) |
Task Files |
Task Definition,
Tool Descriptor,
Invocation
|
Input Data Location |
{% for dloc in task.contents.dataloc %}
{% if loop.index > 1 %}
,
{% endif %}
{{ dloc }}
{% endfor %}
|
Output Data Location |
{{ task.contents.taskloc }}
|
Tool Inputs |
{% for param in task.invoc.contents.keys() %}
{% for inam in data.tool.contents.inputs %}
{% if inam["id"] == param %}
{{ inam["name"] }}
{% endif %}
{% endfor %}
|
{{ task.invoc.contents[param] }}
|
{% endfor %}
Task Duration |
{{ task.summary.duration }}
|
|
{% endfor %}