Skip to content

Commit

Permalink
KOGITO-9611 - Add identity to process events (apache#5396)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianonicolai authored Aug 1, 2023
1 parent 5e19804 commit d9ffad0
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 d9ffad0

Please sign in to comment.