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
- Subclass com.yantra.ycp.japi.util.YCPBaseTaskAgent.
- Implement the executeTask() function in this class.
- From the Applications Manager, configure a time-triggered transaction and assign an Agent Server to it.
- Schedule and run your custom time-triggered transaction.