Describe the bug
TaskInstance.isSubProcess method misjudgment task type
To Reproduce
1 String taskType = sub process
2 TaskType.SUB_PROCESS.toString=SUB_PROCESS
3 TaskType.SUB_PROCESS.toString().equals(this.taskType.toUpperCase()) misjudgment
Which version of Dolphin Scheduler:
-[dev]