We have a scenario where we want to create REST UPROC and we than want to deploy them to various nodes. Within each node there are some values need to be changed in the UPROC.
How can we create such a UPROC and use it across nodes with different values during execution.
Component: DOLLAR UNIVERSE
Release: 6.x, 7.x
To create such a UPROC, you need to make use of UPROC variables. To know more about UPROC variable please refer Tech Doc> UPROC Variable
Step to design such UPROC
Example: In below example there is a UPROC variable i.e. PROJECTID which is than used in Type=WS_REST definition(right side screenshot)
Refer below additional knowledge articles around topic