mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 04:37:44 +02:00
Add parallel execution restriction feature to processes (#8477)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -29,6 +29,7 @@ export interface Process extends Doc {
|
||||
name: string
|
||||
description: string
|
||||
states: Ref<State>[]
|
||||
parallelExecutionForbidden?: boolean
|
||||
autoStart?: boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user