We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48595aa + 88d8ac7 commit d2a9ef3Copy full SHA for d2a9ef3
api/src/main/resources/schema/events/eventref.json
@@ -11,6 +11,10 @@
11
"type": "string",
12
"description": "Reference to the unique name of a 'consumed' event definition"
13
},
14
+ "resultEventTimeout": {
15
+ "type": "string",
16
+ "description": "Maximum amount of time (ISO 8601 format) to wait for the result event. If not defined it should default to the actionExecutionTimeout"
17
+ },
18
"data": {
19
20
"description": "Expression which selects parts of the states data output to become the data of the produced event."
0 commit comments