The problem you need to solve: Be able to go back to previous step, where the issue was before the current step.
How Minyaa solves this problem: Minyaa allows you to define a Workflow Post-Function usable in any Transition and able to force the new Step to Step where was the Issue.
Typical usage may be described with following Workflow Screenschot ...
By defining this Workflow Function in a Transition of your workflow, you are able to force as new Step, the Previous Step where the Issue was before to reach the current Step.
By example :
<post-function > <function type="class"> <arg name="class.name">com.minyaa.workflow.function.BackToPreviousStepFunction</arg> </function> </post-function>