Interface WorkFlowLogService
public interface WorkFlowLogService
Service interface for recording workFlow tasks' log
- Author:
- Richard Wang (Github: richardW98)
-
Method Summary
-
Method Details
-
getLog
contract to get log for a task execution- Parameters:
workFlowExecutionId- main WorkFlow Execution's IDtaskName- task name for the log- Returns:
- log of the task execution
-
writeLog
contract to add log to a task execution- Parameters:
workFlowExecutionId- main WorkFlow Execution's IDtaskName- task name for the loglog- log dto object of the task execution
-