Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion api/src/main/resources/schema/events/eventref.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"description": "Maximum amount of time (ISO 8601 format) to wait for the result event. If not defined it should default to the actionExecutionTimeout"
},
"data": {
"type": "string",
"type": "object",
"existingJavaType": "com.fasterxml.jackson.databind.JsonNode",
"description": "Expression which selects parts of the states data output to become the data of the produced event."
},
"contextAttributes": {
Expand Down