Trigger Runner Command
These actions provide ability to trigger commands through event streams.
Trigger Runner Command 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
