Trigger Runner Command
This handler (com.rierino.handler.CommandEventHandler) triggers Commands on through Event streams.
Actions
Command
Field
Definition
Example
Default
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"eventMeta": {
"type": "object",
"properties": {
"inputElement": {
"type": "string",
"description": "Json path in payload to use",
"examples": [
"command"
],
"default": null
},
"outputElement": {
"type": "string",
"description": "Json path in payload to return results",
"examples": [
"result"
],
"default": null
}
}
}
}
}Parameter
Definition
Example
Default
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"eventMeta": {
"type": "object",
"properties": {
"parameters": {
"type": "object",
"properties": {
"inputPattern": {
"type": "string",
"description": "JMESPath expression to create command",
"default": null
}
}
}
}
}
}
}Last updated
