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

Function setup

st2actions/st2actions/cmd/workflow_engine.py:52–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51
52def setup():
53 capabilities = {"name": "workflowengine", "type": "passive"}
54 common_setup(
55 service=workflows.WORKFLOW_ENGINE,
56 config=config,
57 setup_db=True,
58 register_mq_exchanges=True,
59 register_signal_handlers=True,
60 service_registry=True,
61 capabilities=capabilities,
62 )
63
64
65def run_server():

Callers 4

mainFunction · 0.70
setup.pyFile · 0.50
setup.pyFile · 0.50
setup.pyFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected