ESP dSeries Workload Automation

 View Only
  • 1.  CAWA DE - execTrigger command

    Posted Mar 04, 2020 02:36 PM
    Hello,

    If you choose to apply a time in the execTrigger command what will happen if the time has passed for the day it triggered into the queue? Will the time be ignored, or will it trigger the application with the next days time?

    execTrigger('MY_APPLICATION.HR_DAILY','ADD','%APPL.START');

    Javascript that creates APPL.START:
    genTime('T','today');
    APPL.START = TDATE;


  • 2.  RE: CAWA DE - execTrigger command
    Best Answer

    Broadcom Employee
    Posted Mar 05, 2020 02:24 AM
    Hi,

    If you mention past date , I think it is going to trigger right away as soon as the javascript is executed.

    Hope it helps!
    Ravi Kiran