This Cron Job allows you to automatically record information about any inserts and updates that were made within a feature class based on the date field, which contains a time stamp.
It analyzes the date field (contains a time stamp) of a feature class and compares it to the date field from the last run. If the current time stamp follows the last run, it means the feature class was edited in between and it will pick up the feature from the geodatabase and send it to the external system.
By activating the editor tracking in ArcGIS on a feature class, some additional fields are added automatically to it: a field for the author who edited the data and a date field with a time stamp representing the last edit date.
Check out the full description of the Process Editor Tracking at Introduction to editor tracking.
This Cron Job supports the following additional parameters:
Parameter |
Value |
Required |
---|---|---|
Last Exec Time(UTC) |
Can have the following format: 2023-02-06T10:52:00.056372200Z |
X |
Asset Filter ID |
Value of the asset filter ID. Check the Asset Filter for more information. |
X |
Target Service Endpoint |
Name of the outbound endpoint used to send data to the external system. |
X |