AppWorx, Dollar Universe and Sysload Community

 View Only
  • 1.  Postconditions in seconds

    Posted Feb 26, 2019 09:04 AM

    Is there any way to put in Automic Postconditions a restart in seconds and not just in minutes?



  • 2.  Re: Postconditions in seconds

    Posted Mar 10, 2019 05:57 PM

    No. In the Postconditions you can only specify minutes at RESTART TASK.


    However, you could try the following:  In the Postconditions use RESTART TASK with 0 minutes and put the following in the pre-script of the job:


    :IF SYS_ACT_RESTART = "Y"

    !   WAIT 30 seconds

    :   WAIT 30

    :ENDIF