|
20 | 20 | This error report was sent from the Galaxy instance hosted on the server |
21 | 21 | "${host}" |
22 | 22 | ----------------------------------------------------------------------------- |
23 | | -This is in reference to workflow invocation id ${invocation_id} (${invocation_id_encoded}) from history id ${history_id} (${history_id_encoded}) |
| 23 | +This is in reference to workflow invocation id ${invocation_id_encoded} from history id ${history_id_encoded} |
24 | 24 | ----------------------------------------------------------------------------- |
25 | 25 | You should be able to view the history associated with the workflow invocation (${invocation_id_encoded}) for workflow |
26 | 26 |
|
|
47 | 47 | <h3>Error Localization</h3> |
48 | 48 | <table style="margin:1em"> |
49 | 49 | <tbody> |
50 | | - <tr><td>Workflow</td><td><a href="${workflow_view_link}">${workflow_name} (${workflow_id}) (${workflow_id_encoded})</a></td></tr> |
51 | | - <tr style="background-color: #f2f2f2"><td>History</td><td><a href="${history_view_link}">${history_id} (${history_id_encoded})</a></td></tr> |
52 | | - <tr><td>Workflow Invocation</td><td><a href="${invocation_view_link}">${invocation_id} (${invocation_id_encoded})</a></td></tr> |
| 50 | + <tr><td>Workflow</td><td><a href="${workflow_view_link}">${workflow_name} (${workflow_id_encoded})</a></td></tr> |
| 51 | + <tr style="background-color: #f2f2f2"><td>History</td><td><a href="${history_view_link}">${history_id_encoded}</a></td></tr> |
| 52 | + <tr><td>Workflow Invocation</td><td><a href="${invocation_view_link}">${invocation_id_encoded}</a></td></tr> |
53 | 53 | </tbody> |
54 | 54 | </table> |
55 | 55 |
|
|
67 | 67 |
|
68 | 68 | <table style="margin:1em"> |
69 | 69 | <tbody> |
70 | | - <tr><td>Invocation ID</td><td>${invocation_id} (${invocation_id_encoded})</td></tr> |
| 70 | + <tr><td>Invocation ID</td><td>${invocation_id_encoded}</td></tr> |
71 | 71 | <tr style="background-color: #f2f2f2"><td>Last Update</td><td>${invocation_update_time}</td></tr> |
72 | 72 | <tr><td>Scheduling State</td><td>${invocation_scheduling_state}</td></tr> |
73 | | - <tr style="background-color: #f2f2f2"><td>Workflow ID</td><td>${workflow_id} (${workflow_id_encoded})</td></tr> |
| 73 | + <tr style="background-color: #f2f2f2"><td>Workflow ID</td><td>${workflow_id_encoded}</td></tr> |
74 | 74 | <tr><td>Workflow Version</td><td>${workflow_version}</td></tr> |
75 | | - <tr style="background-color: #f2f2f2"><td>Stored Workflow ID</td><td>${stored_workflow_id} (${stored_workflow_id_encoded})</td></tr> |
| 75 | + <tr style="background-color: #f2f2f2"><td>Stored Workflow ID</td><td>${stored_workflow_id_encoded}</td></tr> |
76 | 76 | </tbody> |
77 | 77 | </table> |
78 | 78 |
|
@@ -137,17 +137,13 @@ def create_report(self, user, email="", message="", redact_user_details_in_bugre |
137 | 137 |
|
138 | 138 | report_variables = dict( |
139 | 139 | host=host, |
140 | | - invocation_id=self.invocation.id, |
141 | 140 | invocation_id_encoded=invocation_id_encoded, |
142 | 141 | invocation_view_link=invocation_view_link, |
143 | 142 | invocation_update_time=invocation_update_time, |
144 | 143 | invocation_scheduling_state=invocation_scheduling_state, |
145 | 144 | history_id_encoded=history_id_encoded, |
146 | | - history_id=self.history.id, |
147 | 145 | history_view_link=history_view_link, |
148 | | - stored_workflow_id=self.workflow.stored_workflow.id, |
149 | 146 | stored_workflow_id_encoded=stored_workflow_id_encoded, |
150 | | - workflow_id=self.workflow.id, |
151 | 147 | workflow_id_encoded=workflow_id_encoded, |
152 | 148 | workflow_version=workflow_version, |
153 | 149 | workflow_view_link=workflow_view_link, |
|
0 commit comments