mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 19:27:44 +02:00
Add subprocess match trigger (#10101)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -93,6 +93,7 @@ import {
|
||||
CheckToDoCancelled,
|
||||
MatchCardCheck,
|
||||
CheckSubProcessesDone,
|
||||
CheckSubProcessMatch,
|
||||
CheckTime,
|
||||
FieldChangedCheck
|
||||
} from './functions'
|
||||
@@ -398,6 +399,7 @@ export default async () => ({
|
||||
FieldChangedCheck,
|
||||
MatchCardCheck,
|
||||
CheckSubProcessesDone,
|
||||
CheckSubProcessMatch,
|
||||
CheckTime
|
||||
},
|
||||
transform: {
|
||||
|
||||
Reference in New Issue
Block a user