Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ delete_by_query
Method
delete_by_query
st2common/st2common/persistence/workflow.py:56–57 ·
view source on GitHub ↗
(cls, *args, **query)
Source
from the content-addressed store, hash-verified
54
55
@classmethod
56
def
delete_by_query(cls, *args, **query):
57
return
cls._get_impl().delete_by_query(*args, **query)
Callers
1
delete_by_query
Method · 0.45
Calls
1
_get_impl
Method · 0.45
Tested by
no test coverage detected