We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a985b8 + 3f10124 commit 94cd17aCopy full SHA for 94cd17a
core/src/main/java/com/netflix/conductor/core/execution/mapper/HumanTaskMapper.java
@@ -51,6 +51,7 @@ public String getTaskType() {
51
52
@Override
53
public List<TaskModel> getMappedTasks(TaskMapperContext taskMapperContext) {
54
+ LOGGER.debug("TaskMapperContext {} in HumanTaskMapper", taskMapperContext);
55
56
WorkflowModel workflowModel = taskMapperContext.getWorkflowModel();
57
String taskId = taskMapperContext.getTaskId();
0 commit comments