Multi Step Parallel Transitions for Blueprints

Multi Step Parallel Transitions for Blueprints

We have two processes, that are sequential and can be done simultaneously inside of one module.

For example:
For order processing, we have to kinds of tasks: tasks that need to be done at the car directly (for example repairs) and tasks where the physical car is not involved (for example the car registration). These kinds of tasks can be done parallel of each other.

1. Sequence: Car Registration -> Warranty Paperwork -> Financing Paperwork
2. Sequence: Repairing -> Painting -> Cleaning

We would like to have these two sequences in a blueprint so that they can be done at the same time. Right now there is no way of achieving this.

Multi step parallel transitions would solve this issue.