-
run_plugin_from_pod
has a plugin_id argument, which points to a persistentState. Note: we might want to save the Plugin object to the pod anyway, to make this easier. This would also allow for removing container, plugin_module, plugin_name from CLI. - run_plugin_from_id now calls the correct plugin with
pluginRun
andpersistentState
kwargs. - Move
PluginRun
andPersistentState
toplugin/schema.py