* script variable has "processDefinitionId" is error #2664 * blank in eamil and left font align #2648 Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
@@ -76,7 +76,7 @@ public enum ExecutionStatus {
* @return status
*/
public boolean typeIsFailure(){
- return this == FAILURE || this == NEED_FAULT_TOLERANCE;
+ return this == FAILURE || this == NEED_FAULT_TOLERANCE || this == KILL;
}
/**