Hi all,
I have several services, that belong together. That means, I want them to be done in a special order, or not at all, if they cannot be assigned. I added a relation with the type ids and the type “in_sequence”. I assumed, that this enforces the services to all be in the same route. But I discovered, that sometimes one of the services is used in the route, but the other remains unassigned. In this case, I want none of the services to be in the route. How can I do this?
Thanks in advance