File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
api/src/main/resources/schema Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1616 "description" : " Maximum amount of time (ISO 8601 format) to wait for the result event. If not defined it should default to the actionExecutionTimeout"
1717 },
1818 "data" : {
19- "type" : " string" ,
19+ "type" : " object" ,
20+ "existingJavaType" : " com.fasterxml.jackson.databind.JsonNode" ,
2021 "description" : " Expression which selects parts of the states data output to become the data of the produced event."
2122 },
2223 "contextAttributes" : {
Original file line number Diff line number Diff line change 88 "minLength" : 1
99 },
1010 "data" : {
11- "type" : " string" ,
11+ "type" : " object" ,
12+ "existingJavaType" : " com.fasterxml.jackson.databind.JsonNode" ,
1213 "description" : " Workflow expression which selects parts of the states data output to become the data of the produced event"
1314 },
1415 "contextAttributes" : {
2021 "required" : [
2122 " eventRef"
2223 ]
23- }
24+ }
You can’t perform that action at this time.
0 commit comments