I implemented same model as per example here https://developers.arcgis.com/javascript/latest/sample-code/widgets-editor-basic/.
I have a client side feature layer with series of features, these features have a custom field called "geometryIdentifier".
I want to hook into the workflows associated to extract "geometryIdentifier" details if it is being modified or deleted.
Initially I attached listeneres to layers on edit, but that only returns globalId, ObjectId, error, which are all usless to me.
I've tried every possible combination and just cannot figure this out.