Hi @zyoutz,
I figured out why the 3rd party modules aren’t working - the modules are installing on the wrong plugin version.
Modules are installing on 2.0.1 but workflows are running on 2.0.2. I was able to confirm this by execing into the respective docker containers and running pip list.
Is there a way to choose which plugin runs?

