Skip to main content
Kofax

How to change the interval for email triggers in Kofax RPA

Article # 3048703 - Page views: 41

Issue

By default email triggers check email folders for new emails (that would trigger a robot) every 2 minutes. Can this be changed?

 

 

Solution

The interval can be changed only when Management Console is deployed in a standalone Tomcat server by following these steps:

  1. open mc-service.xml from the Tomcat installation folder under /ManagementConsole/WEB-INF/spring
    (Note: use your custom application name if not using the default "ManagementConsole")
  2. Find the bean with id="robotEmailApplication"
  3. Change the runInterval. The value represents minutes and has to be an integer >=1.
    e.g.
    <bean id="robotEmailApplication" class="com.kapowtech.plugging.robotrigger.email.RobotEmailApplication">
            <constructor-arg ref="robotEmailApplicationConfig"/>
            <constructor-arg name="runInterval" value="5"/>
        </bean>
  4. Save mc-service.xml
  5. Restart ManagementConsole

 

 

Level of Complexity 

Easy

 

Applies to  

Product Version Build Environment Hardware
RPA 11.1 and Later      

References

Add any references to other internal or external articles

 

 

Article # 3048703