Get currentActivityName in V6?

I have to get each script task name when script task is executed. in V5 i can get it by execution.currentActivityName or execution.activityName. in V6 i know pvm is removed and there is no currentActivityName so i use execution.getActivityName() but it always return null. so i can not get current ActivityName in v6. how can i get “currentActivityName” in V6? Thanks.

Thanks for pointing this out to us. Just checked the differences between v5 and v6 and this was on oversight on our side.

We have fixed this on master (https://github.com/flowable/flowable-engine/commit/78979e82d2074089c74c9ce02896f4c960a855ad). Will be possible in the next release.

Cheers,
Filip

:pray: Thank you so much!

can I ask when is next release coming up?