Run on connector script
A run on connector script enables IDM to run a script in the context of the connector.
- Input variables
 - 
The following variables are available to a run on connector script:
- configuration
 - 
A handler to the connector’s configuration object.
 - options
 - 
A handler to the Operation Options.
 - operation
 - 
An OperationType that corresponds to the action (
RUNSCRIPTONCONNECTOR). - arguments
 - 
The
arguments (Map)of the script (can benull). - log
 - 
A logger instance for the connector.
 
 - Returns
 - 
Any object that is returned by the script.