I created a super awesome workflow, yay! It triggers via chatops in a specific room.
- @bot do_thing in #bot-room1 trigger works, and magic happens (InsightVM performs a scan of site 111) when I send a message
Now, I want to duplicate the workflow and use it in a different room. The reason for this is I want this room to be used to scan InsightVM site 222
- Export Workflow1
- Import Workflow, rename it
- Configure chatops with @bot do_thing in #bot-room2
- Configure InsightVM to scan site 222
Now, when someone in either room attempts a scan… a job for both workflows is triggered. Seems like a bug (probably due to either the trigger_uuids being reused when I import them, or a problem with the logic on chatops.channel filters)