File tree 2 files changed +5
-3
lines changed
api/src/main/resources/schema
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 16
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
17
},
18
18
"data" : {
19
- "type" : " string" ,
19
+ "type" : " object" ,
20
+ "existingJavaType" : " com.fasterxml.jackson.databind.JsonNode" ,
20
21
"description" : " Expression which selects parts of the states data output to become the data of the produced event."
21
22
},
22
23
"contextAttributes" : {
Original file line number Diff line number Diff line change 8
8
"minLength" : 1
9
9
},
10
10
"data" : {
11
- "type" : " string" ,
11
+ "type" : " object" ,
12
+ "existingJavaType" : " com.fasterxml.jackson.databind.JsonNode" ,
12
13
"description" : " Workflow expression which selects parts of the states data output to become the data of the produced event"
13
14
},
14
15
"contextAttributes" : {
20
21
"required" : [
21
22
" eventRef"
22
23
]
23
- }
24
+ }
You can’t perform that action at this time.
0 commit comments