Skip to content

Commit ba0fc68

Browse files
authored
Merge 2f33e0f into 66df5d4
2 parents 66df5d4 + 2f33e0f commit ba0fc68

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

Lines changed: 1 addition & 1 deletion
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)