Hello. I am interested in calling a python script from ExecuteScript that
sets up Python loggers and establishes file handles to those loggers for
use by other python scripts called later in the workflow by other
ExecuteScript processors. Is there a means to execute a script at workflow
inception - once only, not once per flowfile? I have found some retry count
examples in the open source literature, but those seem to enforce counts at
the flowfile level. In other words the counter restriction sets to 0 for
each flowfile. Thank you for any insights. -Jim