Skip to content

Commit

Permalink
add lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Jul 11, 2023
1 parent 2716799 commit 7850249
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ public void log(Long timestamp, MonitoringEvent event, String sourceNode, String
public void logXESEvent(Long timestamp, MonitoringEvent event, String sourceNode, String sourceAgentId,
String destinationNode, String destinationAgentId, String remarks, String caseId,
String activityName,
String resourceId, String resourceType) {
String resourceId, String resourceType, String lifecyclePhase) {
// TODO Auto-generated method stub
}
});
Expand Down

0 comments on commit 7850249

Please sign in to comment.