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
@@ -29,6 +29,7 @@ export interface Process extends Doc {
name: string
description: string
states: Ref<State>[]
parallelExecutionForbidden?: boolean
autoStart?: boolean
}