Guys. I have a custom BPF in a custom entity. There is a plugin triggered by another entity to update this custom entity which has BPF. The problem I have now is if the custom entity(with BPF) BPF stage is not first stage, the plugin will fail with this error:
The traversed path should end with the new active stage.
If the custom entity(with BPF) BPF stage is in first stage, then the plugin runs well. The plugin simply updates some fields of the custom entity(with BPF).
Could you guys please give me any advice? I really don't understand that error and I try to google it, but there is little information I can find. Thanks.