Select to view content in your preferred language

Detect split event

71
1
a week ago
FabricioBezerra
Emerging Contributor

Is there a way to detect if a split event has happened? 

I found this post from 2019, but was wondering if there's been an update since then.

 

Thank you

0 Kudos
1 Reply
ConnerPearce
New Contributor

We had a similar need and found that you can listen to the EditStartedEvent and filter it to look at feature splits by checking the operation name is "Split Features 

Screenshot 2025-01-14 135627.png

You could raise a flag there and the use the EditCompletedEvent to figure out when the features have finished being split, you could also intercept the split and make changes behind the scenes, you do have to be careful of recursive edits though if you go that route

0 Kudos