MCPcopy 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

22class WorkflowValidator(object):
23 @abc.abstractmethod
24 def validate(self, definition):
25 raise NotImplementedError

Callers 2

validate_trigger_payloadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected