Skip to content

Commit 03435c0

Browse files
authored
Update ListenExecutor.java
1 parent 3064323 commit 03435c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/core/src/main/java/io/serverlessworkflow/impl/executors/ListenExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ protected void internalProcessCe(
218218
.filter(u -> u.apply(workflow, taskContext, arrayNode).asBoolean())
219219
.isPresent())
220220
&& untilRegBuilders == null) {
221-
future.complete(arrayNode);
221+
future.complete(node);
222222
}
223223
}
224224
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy