MCPcopy Create free account
hub / github.com/StackStorm/st2 / _get_web_url_for_execution

Function _get_web_url_for_execution

st2common/st2common/services/executions.py:187–189  ·  view source on GitHub ↗
(execution_id)

Source from the content-addressed store, hash-verified

185
186
187def _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
192def update_execution(liveaction_db, publish=True, set_result_size=False):

Callers 1

create_execution_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected