CollectEditedSubnetworksAndUpdateTimestamps
This action handler is designed to be used in conjunction with FindEditedSubnetworks to handle updates of the LastUpdateSubnetwork timestamp on a feeder’s Geodatabase Region (GRR) Value Object. If you have implemented Feeder Services, then this pair of action handlers is the recommended configuration compared to using only UpdateLastUpdateSubnetworkTimeStamps for one significant reason: in addition to querying the Subnetwork table, this pair of handlers is also aware of all edits made upon the preconfigured set of non-network fields from the geodatabase. Refer to the GRR Delta Detection topic in the Feeder Services Implementation Guide for more information.
Property |
Description |
---|---|
CollectEditedSubnetworksAndUpdateTimestamps |
This handler is designed to be triggered in a later phase of the Post Events stage of GDBM, in the Program Completion step. This handler is of Fire and Forget type, which indicates that it’s triggered in the step after GDBM is finished running. You can leave the defaults for Abort on Error and Times Out After properties, which are ‘false’ and ‘2 minutes,’ respectively. This action handler takes all GRR Key-Value objects that are related to the subnetworks that previously indicated GDBM action handler activity detected as the ones that were edited within the version and contacts GRR Functions app to update LastUpdateSubnetwork timestamps to UTC.Now. |