(execution_id)
| 185 | |
| 186 | |
| 187 | def _get_web_url_for_execution(execution_id): |
| 188 | base_url = cfg.CONF.webui.webui_base_url |
| 189 | return "%s/#/history/%s/general" % (base_url, execution_id) |
| 190 | |
| 191 | |
| 192 | def update_execution(liveaction_db, publish=True, set_result_size=False): |
no outgoing calls
no test coverage detected