Interface LogHandler
public interface LogHandler
Universal client interface for managing activity log entries
-
Method Summary
-
Method Details
-
addLog
Add a log entry to the activity log- Parameters:
logName- The name of the log entrylogMessage- The message of the log entry
-
find
Find all log entries for a given workflow- Parameters:
workflowId- The ID of the workflow- Returns:
- A list of log entries
-