mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
Empty array process function (#9977)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -309,6 +309,10 @@ export default plugin(processId, {
|
||||
RemoveLast: '' as Ref<ProcessFunction>,
|
||||
CurrentEmployee: '' as Ref<ProcessFunction>,
|
||||
CurrentUser: '' as Ref<ProcessFunction>,
|
||||
ExecutionStarted: '' as Ref<ProcessFunction>,
|
||||
ExecutionEmployeeInitiator: '' as Ref<ProcessFunction>,
|
||||
ExecutionInitiator: '' as Ref<ProcessFunction>,
|
||||
EmptyArray: '' as Ref<ProcessFunction>,
|
||||
CurrentDate: '' as Ref<ProcessFunction>
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user