Add auto-start functionality and related triggers for processes (#8478)

This commit is contained in:
Denis Bykhov
2025-04-07 11:06:58 +07:00
committed by GitHub
parent d2bdf88249
commit 507078d7ac
17 changed files with 116 additions and 6 deletions
+1
View File
@@ -89,6 +89,7 @@ export default mergeIds(processId, process, {
FirstWorkingDayAfter: '' as IntlString,
FallbackValueError: '' as IntlString,
Required: '' as IntlString,
StartAutomatically: '' as IntlString,
Continue: '' as IntlString
}
})