@ -42,6 +42,7 @@ public enum ExecutionStatus {
* 11 waiting depend node complete
* 12 delay execution
* 13 forced success
* 14 serial wait
*/
SUBMITTED_SUCCESS(0, "submit success"),
RUNNING_EXECUTION(1, "running"),
@ -66,6 +66,9 @@ const stateType = [
}, {
code: 'FORCED_SUCCESS',
label: `${i18n.$t('Forced success')}`
code: 'SERIAL_WAIT',
label: `${i18n.$t('Serial wait')}`
}
]