Skip to content

Commit

Permalink
[Fix_#3384] Including business key on process instance state event (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado authored Jan 30, 2024
1 parent efad621 commit b765f12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ private ProcessInstanceStateDataEvent toProcessInstanceStateEvent(ProcessEvent e
.rootProcessId(pi.getRootProcessId())
.rootProcessInstanceId(pi.getRootProcessInstanceId())
.state(event.getProcessInstance().getState())
.businessKey(pi.getBusinessKey())
.slaDueDate(pi.getSlaDueDate());

String securityRoles = (String) event.getProcessInstance().getProcess().getMetaData().get("securityRoles");
Expand Down

0 comments on commit b765f12

Please sign in to comment.