AAE-40359 Filter out service processes on start process (#11446)

* AAE-40359 Filter out service processes on start process

* AAE-40359 Filter out service processes on start process

* make triggerable optional

* make type more strict
This commit is contained in:
Tomasz Gnyp
2025-12-16 09:34:23 +01:00
committed by GitHub
parent 062b8060bc
commit 331b4459a8
2 changed files with 7 additions and 5 deletions
@@ -17,4 +17,5 @@
export interface ConstantValues {
unauthorizedStart: string;
triggerableByService?: 'true' | 'false';
}