Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ validate
Method
validate
st2common/st2common/validators/workflow/base.py:24–25 ·
view source on GitHub ↗
(self, definition)
Source
from the content-addressed store, hash-verified
22
class
WorkflowValidator(object):
23
@abc.abstractmethod
24
def
validate(self, definition):
25
raise
NotImplementedError
Callers
2
validate_trigger_parameters
Function · 0.45
validate_trigger_payload
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected