Dear All,
We are using ODI 12.2.1.3.0 and there is a need to start a scenario with groovy in Simulation Mode as we do it in ODI Studio by checking the "Simulation" option when we run a scenario .
In API documentation there is a class to invoke a scenario with API (invokeStartScenario) , but simulation mode is not mentioned. Any Info regarding this would be appreciated . Thanks in advance.
The construction method is as follows:
ExecutionInfo invokeStartScenario(java.lang.String pScenName,
java.lang.String pScenVersion,
StartupParams pVariables,
java.lang.String pKeywords,
java.lang.String pContextCode,
IRuntimeEngineInvoker.IndLogMethod pSessIndLogMethod,
IRuntimeEngineInvoker.IndLogMethod pStepIndLogMethod,
java.lang.Integer pLogLevel,
java.lang.String pSessionName,
boolean pSynchronous,
java.lang.String pWorkRepName,
java.util.Properties pInvocationProperties,
java.lang.Long pParentSessNo,
java.lang.String pMasterRuntimeEngineName)
throws InvocationException