Retry service task after error

Hi!
I am a newer with flowable. I have created simple process from several tasks which should be performed strictly one by one. Are there any mechanisms provided by flowable which can help me to rerun service task from the process chain if any error occurred? I have red topics about async task approach, but in my case I would like to restart especially sync ServiceTask.

Hi,

put one (or set of tasks) into subprocess. After the failure you can start the subprocess.

Regards
Martin