Is it possible to add custom Process Definition environment entry in a WebSphere Application Server using a jython script?
I see that the existing properties in the server.xml are assigned auto-generated IDs, is it possible to retrieve those prop without knowing their ID?
<environment xmi:id="Property_1248356598212" name="<my_prop>" value="<my_value>" required="true"/>
WAS 6.1/i5