Hello,
In process builder, I would like the invoke activity to reuse the same packages that are specified in the parent process. However, when the process runs, it shows the standard screen for importing packages and asks me to upload them again.
Here is what I have done so far:
In the parent process invoke process activity:
I mapped the r_object_ids of my packages to the r_object_ids of the child process.
In the child process in the initiate activity:
I enable auto-launch package
In the process builder data properties:
Both packags are visible and mandatory
Anything I'm missing to make this work?