Action Handler Types
Below is a list of out-of-the-box Action Handler types available in GDBM XI and a description of what each handler does.
Action Handler |
Description |
Response Type |
---|---|---|
CollectEditedSubnetworksAndUpdateTimestamps |
Works in conjunction with FindEditedSubnetworks to handle updates of the LastUpdateSubnetwork timestamp on a feeder’s Geodatabase Region (GRR) Value Object. This handler times out after 2 minutes by default. You can customize the Times Out After setting to a time that best suits your needs. Additional properties are described in the CollectEditedSubnetworksAndUpdateTimestamps topic. |
Fire and Forget |
DeleteVersionAfterPost |
Deletes the version being processed. This handler times out after two minutes by default. You can customize the Times Out After setting to a time that best suits your needs. Additional properties are described in the DeleteVersionAfterPost topic. |
Service Bus Response |
ExecuteGpTask |
Executes a custom Python tool that has been published as a GP Service. This handler times out after two minutes by default. You can customize the Times Out After setting to a time that best suits your needs. Additional properties are described in the ExecuteGpTask topic. |
Service Bus Response |
FindEditedSubnetworks |
Works in conjunction with CollectEditedSubnetworksAndUpdateTimestamps to handle updates of the LastUpdateSubnetwork timestamp on a feeder’s Geodatabase Region (GRR) Value Object. This handler times out after 2 minutes by default, but it is highly recommended that you set this to at least 5 minutes, to account for the time it takes to receive data from the GIS. Additional properties are described in the FindEditedSubnetworks topic. |
Service Bus Response |
SendEmail |
Sends an email when a certain event occurs. This handler times out after two minutes by default. You can customize the Times Out After setting to a time that best suits your needs. Additional properties are described in the SendEmail topic. |
Fire and Forget |
UpdateLastUpdateSubnetworkTimeStamps |
Updates the 'LastUpdateSubnetwork' timestamp on a feeder’s Geodatabase Region (GRR) Value Object. This handler is for customers who have implemented Feeder Services. This handler is designed to fire at the “Program Complete” phase of a schedule and after Validate and Update Subnetwork handlers are called. This handler queries the Subnetwork table for all clean subnetworks, and updates the LastUpdateSubnetwork timestamp on the GRR value objects that have been created on the target tenant. Additional properties are described in the UpdateLastUpdateSubnetworkTimeStamps topic. |
Fire and Forget |
UpdateSubnetworks |
Updates subnetworks for specified tiers. After creating the handler, the Tier and Domain Network Name can be defined in the Handler Properties. This handler times out after two minutes by default. You can customize the Times Out After setting to a time that best suits your needs. Additional properties are described in the UpdateSubnetworks topic. |
Service Bus Response |
ValidateNetworkTopology |
Validates all the network topology edits in the Utility Network. This handler times out after 30 minutes by default. You can customize the Times Out After setting on the Handlers tab to a time that best suits your needs. Additional properties are described in the ValidateNetworkTopology topic. |
Service Bus Response |