Question about adding a turning left task in Behavior Tree

This task needs to be on tick.
no other way as you will need to rotate the character at a given turn rate.

You could also look into TurnInPlace setups. They kinda do what you need.