Anim Graph set position?

I have an animation in an anim graph state that I like to set the playback position of.
So lets say my state is controlled by an integer called “1”
and in this state, it plays and animation that is 10 seconds long, like a dance.

I want to be able to reset its playback position back to 0 even during midway of the animation state but I don’t know how.
I tried converting it to a single frame animation and that kind of did half the trick, i can control the position, but I can’t play the animation.

I feel like I’m looking in the wrong place.
Can you help?