We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e6b4d4 + 148408f commit d573628Copy full SHA for d573628
engine/src/main/java/org/finos/fluxnova/bpm/engine/impl/interceptor/ProcessDataContext.java
@@ -204,7 +204,7 @@ public boolean pushSection(ExecutionEntity execution) {
204
}
205
206
if (isNotBlank(mdcPropertyDefinitionKey)) {
207
- addToStack(execution.getProcessDefinition().getKey(), mdcPropertyDefinitionKey);
+ addToStack(execution.getProcessDefinitionKey(), mdcPropertyDefinitionKey);
208
209
210
sections.sealCurrentSection();
0 commit comments