Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4205 batch execution job changes process instance ID #4577

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
fix(engine): Remove sysout
related to #4205
  • Loading branch information
punitdarira authored and yanavasileva committed Sep 4, 2024
commit 6999d07c731f61772bbcffbd199f40993cad38d8
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,6 @@ public void shouldSetProcessInstanceAndDefinitionIdInHistoryJobLog() {

// then
HistoricJobLog jobLog = historyService.createHistoricJobLogQuery().jobDefinitionType(Batch.TYPE_PROCESS_INSTANCE_RESTART).list().get(0);
System.out.println(jobLog);

assertEquals(processInstance.getProcessDefinitionId(), jobLog.getProcessDefinitionId());
assertEquals(processInstance.getRootProcessInstanceId(), jobLog.getProcessInstanceId());
Expand Down