TIBCOSoftware / flogo-cli

Project Flogo Command Line Interface
http://flogo.io
BSD 3-Clause "New" or "Revised" License
57 stars 28 forks source link

I can add 2 activities to the engine config with same name #14

Closed torresashjian closed 7 years ago

torresashjian commented 7 years ago

We should prevent 2 activities with the same name to be added to the engine using the command:

flogo add activity myActivity

If you call this command twice, two activities with the same name will be added to engine configuration 'flogo.json' file.