Add subprocess match trigger (#10101)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-10-16 12:17:51 +07:00
committed by GitHub
parent c3d15734eb
commit db3bd4d39e
28 changed files with 422 additions and 30 deletions
+3
View File
@@ -71,6 +71,8 @@ export default mergeIds(processId, process, {
TimePresenter: '' as AnyComponent,
AddTagEditor: '' as AnyComponent,
AddTagPresenter: '' as AnyComponent,
SubProcessMatchEditor: '' as AnyComponent,
SubProcessMatchPresenter: '' as AnyComponent,
FunctionSubmenu: '' as AnyComponent
},
criteriaEditor: {
@@ -166,6 +168,7 @@ export default mergeIds(processId, process, {
EnterValue: '' as IntlString,
OnToDoDone: '' as IntlString,
OnSubProcessesDone: '' as IntlString,
WhenSubProcessMatches: '' as IntlString,
WaitUntil: '' as IntlString,
WhenCardMatches: '' as IntlString,
WhenFieldChanges: '' as IntlString,