Custom WfProcMgr for Custom AOM Due to Integration Workspace
We are in parallel development on 19.9 using Integration Workspace. We have 2 sets of URLs pointing to custom AOMs which in turn are pointing to their respective Integration Workspaces. Problem is that, since our code is not yet on the Main workspace, we cannot execute Workflow Process Manager as it does not recognize the changes that are still on the Int WS.
So partial solution, we cloned WfProcMgr to WfProcMgr1 and WfProcMgr2, each cloned version pointing to their corresponding Int WS. Then on our BS Scripts, we point to their respective WfProcMgr flavor. This approach works.
However, when we migrate to another environment where there's no Int WS, but only Main WS, we have to make sure that we point back to the original WfProcMgr. This could be very risky as we might miss some script or what not.