[EWM(RTC)] How create attributes and enumerations from API and more "Means of creating"
The purpose is to carry out the same customization of the A server Project A on the B server Project B.
|
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Jun 01 '22, 4:46 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER As far as I can tell, this is definitely something you should not try to do. I have looked at the public Java APIs and as far as I can tell, they do not support this. It is also incredibly dangerous, if you try to just modify the process XML and can lead to data corruption and all kinds of problems, that you might be unable to fix.
For RTC/EWM the supported way of sharing a common process is to use Process Sharing. See:
HIROAKI JOSAKO selected this answer as the correct answer
Comments
HIROAKI JOSAKO
commented Jun 01 '22, 5:20 a.m.
Hi Ralph!
Ralph Schoon
commented Jun 01 '22, 5:25 a.m.
| edited Jun 01 '22, 5:27 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Process sharing allows you reduce the process maintenance and deployment effort. In addition it allows for a development process to be defined. For example it would be possible to develop a new version of a process (based on the previous version) in a new project area and, once satisfied with the result, tell the project areas that consume the process to switch to the new version at their own time. This is used by several customers.
I should state that you would not switch between totally different processes using process sharing. Some stability of ID's etc. is still required.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.