feat: Implement CancelSubProcess action, fix process execution flow. (#10530)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2026-02-20 10:23:03 +07:00
committed by GitHub
parent f446e036ee
commit bb6d4c74e9
28 changed files with 202 additions and 41 deletions
+2
View File
@@ -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,