[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.
We want to duplicate attributes.
for example
1. Automatically generate from the name or attribute ID
2. Export from the process configuration source (on Eclipseclient) and import it into the process configuration source in the same way.
Is there a way?
Accepted answer
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.
Comments
Hi Ralph!
As I thought.
I want to reduce the man -hours of "deployment of process changes" a little.
However, there is no way to expand it in the operating project area.
I will check the link page
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.
Note, database stored enumerations are not supported in process sharing.