Path the task output data instead of a hard coded 0
This commit is contained in:
parent
1bd387413e
commit
af820f23d9
|
@ -44,7 +44,7 @@ public class ExternalTaskExecutedWebAdapter implements ExternalTaskExecutedEvent
|
|||
op2 = new JSONObject()
|
||||
.put("op", "add")
|
||||
.put("path", "/outputData")
|
||||
.put("value", "0");
|
||||
.put("value", externalTaskExecutedEvent.getOutputData());
|
||||
} catch (JSONException e) {
|
||||
logger.log(Level.SEVERE, e.getLocalizedMessage(), e);
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue
Block a user