-
Bug
-
Resolution: Done
-
Major
-
6.2.0
-
None
+++ This bug was initially created as a clone of Bug #1327896 +++
Description of problem:
In process designer of business central, there is 'Copy' button
which can create new business process by copying existing one.
When copying it, new asset name needs to input but the contents of existing
business process is completely copied from existing one without any change.
Therefore, ProcessID in copied business process is same with existing one
so build fails with the error like the following if it is not changed by hand.
—
Process with same id already exists: project1.testProcess
—
The other editors, such as GuidedDecisionTableEditor and GuidedRuleEditor, implements CopyHelper interface to update the rule name upon copying, please implement it in process designer as well.
Version-Release number of selected component (if applicable):
6.2.x
How reproducible:
copy existing business process and then perform 'Build & Deploy'.
Steps to Reproduce:
1. in process designer, copy existing business process by clicking Copy button
2. save copied business process and then perform Build & Deploy
3.
Actual results:
build fails with the error "Process with same id already exists:..."
Expected results:
build succeed.
Additional info:
- causes
-
RHBPMS-4196 It is not possible to open copy of Business Process if it's name contain whitespaces or multybyte chars
- Verified
- duplicates
-
RHBPMS-694 [GSS] Build & Deploy fails due to duplicate ProcessID after copying business process
- Closed
- is blocked by
-
RHBPMS-694 [GSS] Build & Deploy fails due to duplicate ProcessID after copying business process
- Closed
- is related to
-
RHBPMS-4173 [QE] (6.3.z) ProcessID is not updated after renaming business process
- Closed