Skip to content

Commit

Permalink
KOGITO-9611 - Add identity to process events
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianonicolai committed Jul 24, 2023
1 parent 6518bd4 commit ee6513b
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 ee6513b

Please sign in to comment.