Basico-PS / AutomationOrchestrator

Automation Orchestrator application to orchestrate and manage digital process automation (RPA)
BSD 3-Clause "New" or "Revised" License
36 stars 6 forks source link

Assign multiple bots to a trigger and assign the execution to the available one #14

Closed mbalslow closed 4 years ago

mbalslow commented 4 years ago

Instead of linking a trigger to a single bot, it should be possible to link multiple bots to a trigger so that the activated execution will be assigned to the available bot of the linked ones.

mbalslow commented 4 years ago

Could potentially be solved with django-sortedm2m: https://github.com/jazzband/django-sortedm2m

Ghitafjorback commented 4 years ago

This would definitely be a nice feature!

mbalslow commented 4 years ago

Hi @Ghitafjorback and @rmads06!

I have implemented this solution and it will be part of the next version v0.2.2, so stay tuned for the coming release. Reference to the code that implements this: