Creating custom task-based, time-triggered transactions

You can create custom task-based, time-triggered transactions by using the procedure that is listed here.

About this task

To write a task-based custom time-triggered transaction:

Procedure

  1. Subclass com.yantra.ycp.japi.util.YCPBaseTaskAgent.
  2. Implement the executeTask() function in this class.
  3. From the Applications Manager, configure a time-triggered transaction and assign an Agent Server to it.
  4. Schedule and run your custom time-triggered transaction.