[EWM] Automation of adding Precondition via RTC Java API to the Project Area
Accepted answer
The precondition and its configuration is stored in the process XML. It is possible to read and write the process XML e.g. using the Plain Java Client Libraries. I am however pretty sure that this is not a supported operation. If you do something wrong, you can damage your process.
Comments
Thanks Ralph.
Any leads/example to modify the process xml programmatically. That would be helpful
Google for Java XML frameworks. Also, search on Jazz.net, there have been examples how to use the Java API to read and write the process XML.
E.g. Google Java API process XML site:jazz.net