Skip to content

Commit 5050a8e

Browse files
authored
[Improve] Fix typo on ProcessServiceImpl (#15817)
1 parent 66df5d4 commit 5050a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ private Boolean checkCmdParam(Command command, Map<String, String> cmdParam) {
798798
// recover tolerance fault process
799799
// If the workflow instance is in ready state, we will change to running, this can avoid the workflow
800800
// instance
801-
// status is not correct with taskInsatnce status
801+
// status is not correct with taskInstance status
802802
if (processInstance.getState() == WorkflowExecutionStatus.READY_PAUSE
803803
|| processInstance.getState() == WorkflowExecutionStatus.READY_STOP) {
804804
// todo: If we handle the ready state in WorkflowExecuteRunnable then we can remove below code

0 commit comments

Comments
 (0)