Anyway to jump to some prev completed job when retry the workfow

We prepare to use zeebe to orchestrate tasks of server initialization. Our workflow may contains hundred of steps, such as ping check, ssh connect check, reset password. Steps may fail due to network or other exceptions. Usually, retrying the current failed step is not enough, we need to retry from some prev step. Just start a new instance may work, but in our cases, it’s expensive as we may repeat handred of steps.

Any api support these situations?

1 Like

Hi @TangJiong,

that sounds interesting. You can model this behavior in your workflow directly, for example, using error events.

Maybe, related to:

Best regards,
Philipp

2 Likes