Skip to main content
Question

Want to execute the transformers in order FME workspace

  • December 18, 2025
  • 1 reply
  • 64 views

sudhakary
Contributor
Forum|alt.badge.img+3

!--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>

1 reply

j.botterill
Influencer
Forum|alt.badge.img+56
  • Influencer
  • December 18, 2025

Expose the format attribute fme feature type. You could bring all connections into a junction or the FeatureTypeFilter transformer. You this to sort the ports or utilising an AttributeValueMapper to assign a new field with a number, then place a sorter with FME Feature Type. Then use another FeatureTypeFitler or AttributeFilter to pass each into Writer feature types