Python Script using ExecuteStreamCommand

From your question you say you need to invoke the Python script without using the InvokeScriptedProcessor or ExecuteScript processors because you can’t use Jython. Given that requirement, you should still be able to accomplish your goal. While it requires some familiarity with the framework, all of this information is from the ExecuteStreamCommand documentation. Your “I … Read more