Skip to content

Commit

Permalink
Merge pull request #358 from sergii-melnyk/feature/additional-logs
Browse files Browse the repository at this point in the history
added missed logs
  • Loading branch information
v1r3n authored Jan 12, 2025
2 parents 2a985b8 + 3f10124 commit 94cd17a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public String getTaskType() {

@Override
public List<TaskModel> getMappedTasks(TaskMapperContext taskMapperContext) {
LOGGER.debug("TaskMapperContext {} in HumanTaskMapper", taskMapperContext);

WorkflowModel workflowModel = taskMapperContext.getWorkflowModel();
String taskId = taskMapperContext.getTaskId();
Expand Down

0 comments on commit 94cd17a

Please sign in to comment.