Hello,
I would like to create a process that would have a global variable to that process. The global variable should contain a xdp form.
In each step/activity of my process I would like to get the xdp file from the global variable, change the xdp file (for instance: insert some objects), and then make that changes persistnet in the global variable, so that a next step would bet the changed xdp.
So my questions are:
Is it possible to have a global variable like this?
How it is defined? Any example?
Is it posible to define an activity to change a xdp template? Is it possible to associate code/script to a process or I would need to create a new type of activity and import it to workbench? Any example?
Thank you