Skip to content

Commit d2a9ef3

Browse files
authored
Merge pull request #146 from tsurdilo/resulteventtimeout
adding result event timeout to eventref
2 parents 48595aa + 88d8ac7 commit d2a9ef3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/src/main/resources/schema/events/eventref.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"type": "string",
1212
"description": "Reference to the unique name of a 'consumed' event definition"
1313
},
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+
},
1418
"data": {
1519
"type": "string",
1620
"description": "Expression which selects parts of the states data output to become the data of the produced event."

0 commit comments

Comments
 (0)