(self, wait)
| 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() |
no outgoing calls