Best way to move actor along a path

Hey! So I finished my A* path finder which now creates a path between start and end tiles. My question is what is the best way to move the actor along that path? Is creating custom Action an option? What is the best practice?