We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a178628 commit c60e746Copy full SHA for c60e746
api/src/main/resources/schema/events/eventref.json
@@ -16,7 +16,8 @@
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
- "type": "string",
+ "type": "object",
20
+ "existingJavaType": "com.fasterxml.jackson.databind.JsonNode",
21
"description": "Expression which selects parts of the states data output to become the data of the produced event."
22
23
"contextAttributes": {
0 commit comments