Why doesn't EPMAgent Event Scripting agentContext["INTEGRATION"] work for #agentinbox integrations??
Summary:
Content (required):
I am trying to use EPMAgent Event scripting to move files after the upload AftUpload.py
the integration uses the #agentinbox for on-prem data files
when I use this block of code
integration = str(agentContext["INTEGRATION"])
agentAPI.logInfo(integration)
I get None in the agent log.
Thoughts?
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0