You'll notice
A workflow run now watches for a runaway event on its scope and kills itself when it sees one.
found() on a workflow run now subscribes to world events and calls this.kill("runaway") if a runaway event is seen for its scope, letting a run self-terminate when it detects it has gone runaway. The subscription is cleaned up on abort or completion.