You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-common/src/test/java/org/kie/kogito/index/AbstractRecordInputOutputIT.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
* Tests verify that service task input/output arguments are correctly recorded and indexed
37
37
* based on the three-level hierarchy: node-level > process-level > global-level.
38
38
*
39
-
* The global property kogito.processes.service-tasks.record-io=true is set in application.properties.
39
+
* The global property kogito.processes.nodes.record-io=true is set in application.properties.
40
40
*/
41
41
publicabstractclassAbstractRecordInputOutputIT {
42
42
@@ -144,7 +144,7 @@ public void testNodeTrueOverridesProcessFalse() {
144
144
145
145
/**
146
146
* Configuration: No recordArgs metadata (falls back to global property)
147
-
* Global Property: kogito.processes.service-tasks.record-io=true
147
+
* Global Property: kogito.processes.nodes.record-io=true
148
148
* Expected: inputArgs and outputArgs are recorded (global property is true)
149
149
*/
150
150
@Test
@@ -157,7 +157,7 @@ public void testNoMetadataUsesGlobalProperty() {
157
157
* Verifies that each task respects its own configuration independently.
Copy file name to clipboardExpand all lines: kogito-apps-quarkus/integration-tests-data-index-service-quarkus-parent/integration-tests-data-index-service-quarkus/src/main/resources/application.properties
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@
20
20
kogito.persistence.type=filesystem
21
21
kogito.service.url=http://localhost:8080
22
22
23
-
# Enable recording of service task input/output arguments
Copy file name to clipboardExpand all lines: kogito-apps-springboot/integration-tests-data-index-service-springboot/src/main/resources/application.properties
0 commit comments