Changes
EventNotificationScanOrchestrator is an orchestrator which can be configured to be executed on the UBIK Enterprise Service e.g. using PluginExecutionConfigPath.
for UBIK Studio Version 4.7 and higher
Offten Named as "CUIEventNotification.json" and mentioned as "PluginExecutionConfigPath" in the "UBIK.EnterpriseService.exe.config" file
<source lang = "csharp">
{
"RepeateEveryMinutes": 10,
"SqlConnectionDefinition": {
"SSPI": false,
"SQLUser": "....",
public double? IdleMinutes{ get; set; }
}
</source>
the file "my_params.json" used as "MethodParameterPathFullName" will be looking like this example
<source lang = "csharp">
{
}
</source>