Global Variables Shared???
Hi,
I have an RCR which runs in WfProcBatchMgr component. Everyday it picks nearly 1000 records and every record is submitted aynchronously to another WF ("IS Test Process").
WF "IS Test Process" has a business service step which invokes the BS "IS Process Record". This BS has the "Cache" property set to TRUE. In this BS, I have some 3 global variables declared in the "declarations" section.
Now I'm running into multiple issues wherein my WF is going haywire and the only reason I could assume is "Global Variables are being shared by sessions".
Is this even remotely possible??
Component Parameter
I have an RCR which runs in WfProcBatchMgr component. Everyday it picks nearly 1000 records and every record is submitted aynchronously to another WF ("IS Test Process").
WF "IS Test Process" has a business service step which invokes the BS "IS Process Record". This BS has the "Cache" property set to TRUE. In this BS, I have some 3 global variables declared in the "declarations" section.
Now I'm running into multiple issues wherein my WF is going haywire and the only reason I could assume is "Global Variables are being shared by sessions".
Is this even remotely possible??
Component Parameter
OM - Model Cache Maximum (alias ModelCacheMax) is set to 10.
0