Process roles (#8654)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-04-22 16:39:21 +07:00
committed by GitHub
parent c07db83d1b
commit 470c629f9f
39 changed files with 772 additions and 84 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ export default mergeIds(processId, process, {
NumberOffsetEditor: '' as AnyComponent,
ErrorPresenter: '' as AnyComponent,
RequestUserInput: '' as AnyComponent,
ResultInput: '' as AnyComponent
ResultInput: '' as AnyComponent,
RoleEditor: '' as AnyComponent
},
function: {
ShowDoneQuery: '' as ViewQueryAction,