If you want to allow rewinding or fastforwarding from any point A to any other point B you're probably going to be modelling this as a triggering event which resumes a bookmark (e.g. receive activity, delay activity, custom activity), and this makes State
Machine seem like a better option than Flowchart (to me).
Sadly, it might not look very pretty because you have to model each supported transition explicitly in advance.
Tim