Commit cef633e
committed
Fixed taskId being null. For some reason, the task's execution is a child execution of the execution that set the variable. Therefore getVariableLocal() cannot find the value because it only looks for the value in the child execution's (local) variable store. GetVariable() on the other hand, does check parent executions for values so using the DSF API's variables, the child execution can find the value in the parent execution
1 parent f4f7bb4 commit cef633e
File tree
1 file changed
+1
-1
lines changed- src/main/java/dev/dsf/bpe/service/ping
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments