Trigger Runner Command
This handler (com.rierino.handler.CommandEventHandler) triggers Commands on through Event streams.
Unlike commands, events are not broadcasted to all runners. Hence, triggering a command using this handler only causes a single runner to execute given command.
This handler is only used for simplifying development and testing processes, when a single partition runner is used and commands are not being sent through Kafka topics.
Actions
Command
Treats input payload as a command and executes on the runner:
Field
Definition
Example
Default
inputElement
Json path in payload to use
command
-
outputElement
Json path in payload to return results
result
-
With event metadata parameters as:
Parameter
Definition
Example
Default
inputPattern
JMESPath expression to create command
-
-
Last updated