Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ from_model
Method
from_model
st2common/st2common/models/api/action.py:763–764 ·
view source on GitHub ↗
(cls, aliasexecution)
Source
from the content-addressed store, hash-verified
761
762
@classmethod
763
def
from_model(cls, aliasexecution):
764
raise
NotImplementedError()
765
766
767
class
AliasMatchAndExecuteInputAPI(BaseAPI):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected