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

Method start

st2actions/st2actions/workflows/workflows.py:108–110  ·  view source on GitHub ↗
(self, wait)

Source from the content-addressed store, hash-verified

106 self._active_messages -= 1
107
108 def start(self, wait):
109 spawn_after(self._delay, self._resume_workflows_paused_during_shutdown)
110 super(WorkflowExecutionHandler, self).start(wait=wait)
111
112 def shutdown(self):
113 super(WorkflowExecutionHandler, self).shutdown()

Callers 7

_run_workerFunction · 0.45
_run_schedulerFunction · 0.45
run_serverFunction · 0.45
_run_workerFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 1