We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b62fdf commit 2d4ce30Copy full SHA for 2d4ce30
1 file changed
src/main/java/dev/dsf/bpe/service/ping/SavePong.java
@@ -31,7 +31,6 @@ public void execute(ProcessPluginApi api, Variables variables) throws ErrorBound
31
Target target = variables.getTarget();
32
logger.debug("Pong received from {}. Saving pong information...", target.getEndpointUrl());
33
String correlationKey = target.getCorrelationKey();
34
- variables.setJsonVariable("statusCode", null);
35
36
Task pong = variables.getLatestTask();
37
0 commit comments