Add parallel execution restriction feature to processes (#8477)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-04-07 14:28:25 +07:00
committed by GitHub
parent b9c6d337d8
commit e2a2011ad8
18 changed files with 114 additions and 13 deletions
+1
View File
@@ -89,6 +89,7 @@ export default mergeIds(processId, process, {
FirstWorkingDayAfter: '' as IntlString,
FallbackValueError: '' as IntlString,
Required: '' as IntlString,
ParallelExecutionForbidden: '' as IntlString,
StartAutomatically: '' as IntlString,
Continue: '' as IntlString
}