Hi community,
we need to prevent a process to be executed during a daily target system reconciliation. The process cascade is defined as follows:
1. Read the target system data and store it to a custom table via import script
=> This generates Inserts, Updates and Deletes on the custom table.
2. Update templates on UNSAccountB (as reaction on updates from step 1) via ExectionTemplate-job.
=> This generates updates on UnsAccountB
3. Updates on UnsAccountB (with the involved XproxyContext) generate communication with a REST-webservice
We need to suppress step 3 but not step 2 in the cascade (and only in this cascade, not in general!). Normally we archive this via Connection.variables, but setting and removing them in Step 1 prevents only step 2 not step 3 with proper generating conditions from execution.
=> The connection.variables seem to be inherited one process generation only.
An idea is to use configuration parameters instead of connection.variables, but this doesn't feel right. Additionally we can't use generating conditions that lean on data diffs ($test$[o]<>...) aso...
So, what is your suggestion?
Thanks a lot,
N.