mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
feat: Implement CancelSubProcess action, fix process execution flow. (#10530)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -30,6 +30,7 @@ export default mergeIds(processId, process, {
|
||||
ProcessEditor: '' as AnyComponent,
|
||||
ProcessesSettingSection: '' as AnyComponent,
|
||||
SubProcessEditor: '' as AnyComponent,
|
||||
CancelSubProcessEditor: '' as AnyComponent,
|
||||
ApproveRequestEditor: '' as AnyComponent,
|
||||
ApproveRequestPresenter: '' as AnyComponent,
|
||||
ApproveRequestTriggerEditor: '' as AnyComponent,
|
||||
@@ -121,6 +122,7 @@ export default mergeIds(processId, process, {
|
||||
DeleteState: '' as IntlString,
|
||||
DeleteStateConfirm: '' as IntlString,
|
||||
RunProcess: '' as IntlString,
|
||||
CancelProcess: '' as IntlString,
|
||||
Processes: '' as IntlString,
|
||||
Untitled: '' as IntlString,
|
||||
States: '' as IntlString,
|
||||
|
||||
Reference in New Issue
Block a user