Skip to content

Commit 61b3acb

Browse files
committed
bugfix
1 parent 20e8f8a commit 61b3acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sliceworkz-eventmodeling-impl/src/main/java/org/sliceworkz/eventmodeling/module/dcb/DCBCommandContextImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private CommandResult<CONSUMED_EVENT_TYPE,PRODUCED_EVENT_TYPE> executeDecisionMo
9292
}
9393

9494
if ( combinedQuery == null ) {
95-
combinedQuery = EventQuery.matchAll();
95+
combinedQuery = EventQuery.matchNone();
9696
}
9797

9898
// execute combined query for all decisionmodels

0 commit comments

Comments
 (0)