Skip to content

Commit

Permalink
KOGITO-9611 - Add identity to process events (#5396)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianonicolai committed Aug 1, 2023
1 parent 53a7c0b commit 88d8211
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,11 @@ public interface ProcessEvent
*/
Date getEventDate();

/**
* @return associated identity that performed the event
*/
default String getEventIdentity(){
return null;
}

}

0 comments on commit 88d8211

Please sign in to comment.