@MikeMillerGIS @RobertKrisher and others, I'm hoping you can help out here...
We have an Electric UN running on v11.5 and would like to trigger an external activity that runs after the OnPost Webhook is triggered.
The webhook has been setup fine and the trigger works. The recipient (FME Flow) sees the notification that the event has been triggered and then makes the second request to the 'extractChanges' url. This never results in a valid response. We can see in the ArcGIS Server logs that a geoprocessing job has been created and the job file has been written to the output folder. However, it seems to fail at writing any information to the scratch.gdb in the jobs folder.
We've enabled verbose logging just to see if we can determine where it's failing without any luck. We've enabled all capabilities across the Feature Service and the Utility Network Service and have tried different version properties (public, protected, private), also without any luck. We've even tried looking at epoch date values and they all seem to align.
So, should this onPost webhook work for UN Services, and if so, are there any specific properties that need to be defined at the version, services or sde level?
Any tips or direction would be much appreciated!
Cheers,
Solved! Go to Solution.
Thanks @GaryMacDougall and @gis_KIWI4 - these are working well now.
Do you know if there is method for determining the name of the branch version that was used when the OnPost webhook was triggered? Is there potentially a separate request to versionManager, using servergen information to determine the version name?