Skip to content

Commit

Permalink
KOGITO-9611 - Add identity to process events (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianonicolai authored Aug 1, 2023
1 parent b128baa commit 6ef9afd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class KafkaDispatcher implements RequestDispatcher {

private class ObjectCloudEvent extends ProcessDataEvent<Object> {
public ObjectCloudEvent(String trigger, Object data) {
super(trigger, "java_client", data, null, null, null, null, null, null, null, null, null, null);
super(trigger, "java_client", data, null, null, null, null, null, null, null, null, null, null, null);
}
}

Expand Down

0 comments on commit 6ef9afd

Please sign in to comment.