Multiple vehicles go to the same service location

Assume that we have 10 vehicles to go to 100 services, and some services require two vehicles coming at the same time, e.g. service 1 requires vehicles A and B. Service 1 only can be conducted when A and B are there. Any workaround with this?

Thanks

1 Like

You can do this using drools rule in .drl files. Put the logic there. Hopefully answered your question :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.