Select next assigned task form automatically

@Ajr what is your use case?

As you can see here:

I am of the opinion that using BPMN to create wizards is more effort than it is worth, and raising the complexity of creating and managing wizards way beyond anything reasonable or “worth it”. See the link above for examples.

Look at this as a example: GitHub - craue/CraueFormFlowBundle: Multi-step forms for your Symfony project.. We use this as our primary bundle to create simple and complex wizards. Look at the feature sets, and then compare to the level of configuration in a BPMN that would be required to match the features.

Also consider the Camunda BPMN user task life cycle, and how that has a large impact on your abilities to manage wizard flow “back” or jump to previous step actions.