Hi,
I am trying to write data from database to 3 different Feature Layers (Hosted) on ArcGIS Online. 3 layers have different set of feature attributes.
While trying to write data, I would like entire transaction to be rolled back if publishing data to one of the layer fails.
Example: If writing data to layer 1 and 2 was successful, but layer 3 fails, I would like to rollback layer 1 and 2 as well.
For this scenario, I am trying to use 3 readers and 3 writers in same FME workspace. Is there any kind of Try/Catch or related mechanism that can be used to rollback the transaction ?
Any help would be much appreciated, Thanks in advance.
Regards,
Syed