Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ update_trigger_instance_status
Function
update_trigger_instance_status
st2reactor/st2reactor/container/utils.py:60–62 ·
view source on GitHub ↗
(trigger_instance, status)
Source
from the content-addressed store, hash-verified
58
59
60
def
update_trigger_instance_status(trigger_instance, status):
61
trigger_instance.status = status
62
return
TriggerInstance.add_or_update(trigger_instance)
Callers
nothing calls this directly
Calls
1
add_or_update
Method · 0.45
Tested by
no test coverage detected