MCPcopy Create free account
hub / github.com/StackStorm/st2 / dispatch

Method dispatch

st2reactor/st2reactor/container/sensor_wrapper.py:110–117  ·  view source on GitHub ↗
(self, trigger, payload=None, trace_tag=None)

Source from the content-addressed store, hash-verified

108 ##################################
109
110 def dispatch(self, trigger, payload=None, trace_tag=None):
111 # Provided by the parent BaseTriggerDispatcherService class
112 return self._trigger_dispatcher_service.dispatch(
113 trigger=trigger,
114 payload=payload,
115 trace_tag=trace_tag,
116 throw_on_validation_error=False,
117 )
118
119 def dispatch_with_context(self, trigger, payload=None, trace_context=None):
120 """

Calls

no outgoing calls