How to emit particle specific space in circle and make them rotate from there

hello anyone can help how to place particles in specific spaces in circle and rotate from that place to 360 degrees in VFX Graph unity? I did try random rotation and custom option in Circle shape but I dont want that I need to place them in Circle in a specific position and rotate from that position.

Use Sawn Circle or sequential circle to place particles first in Initialize, then you case use Rotate 3D in Update to make them orbit.

Check this,

you can use the Orbit in velocity over time to rotate.

I don’t know to make orbit in VFX Graph, I know how to use rotate 3D by Using Get Attribute

Thanks but I Wanna do this in VFX Graph last one

Check those:
https://forum.unity.com/threads/orbital-velocity-in-vfx-graph.936335/
https://forum.unity.com/threads/orbital-motion.1432147/

ok thank you so much