!--startfragment>
I want to find the deltas from A(users are editing) & B(for analysis) environments and want to update the deltas in B environment on daily basis. My workspace created as below
ESRI feature class from A as rader and same feature class from B as readers, then
NoFeaturesTester - If the database disconnected or any reason to unable to read the sources, it will terminate the process through "NoInput" port from both A & B readers, then
ChangeDetector - This will finds the DELTAS from A & B and will update B feature class based on GLOBALID
Configured 22 feature classes as above in one workspace.
Want to execute this process one after feature class after one feature class, like
FeatureClass1 -- Reader A > Reder B > NoFeaturesTester A > NoFeaturesTester B > ChangeDetector > Writer, then
FeatureClass2 -- Reader A > Reder B > NoFeaturesTester A > NoFeaturesTester B > ChangeDetector > Writer, then
FeatureClass3 -- Reader A > Reder B > NoFeaturesTester A > NoFeaturesTester B > ChangeDetector > Writer, then
..
FeatureClass22 -- Reader A > Reder B > NoFeaturesTester A > NoFeaturesTester B > ChangeDetector > Writer
!--endfragment>


