Automic Workload Automation

  • 1.  Recurring job that react to a workflow.

    Posted Feb 21, 2018 04:23 PM
    I am trying to get a recurring job to depend on the end of work flow. When the workflow ends I need to wait 15 mins then have a recurring job to start and run every 15 mins until 5pm. I tried putting the period but it kicked the job off 2 instance at the same time, then it run every 15 mins


  • 2.  Recurring job that react to a workflow.

    Posted Feb 21, 2018 05:07 PM
    What version of the AE are you on? And what method did you try already? Was that an ACTIVATE_UC_OBJECT with the period defined in that?

    I would try using a gap of 15min in the period so that you get the initial 15 min wait




  • 3.  Recurring job that react to a workflow.

    Posted Feb 22, 2018 04:49 PM

    AE 12.0 

    I tried the gap. I had the work flow end then put in a 15 delay , after the start recurring every 15min.




  • 4.  Recurring job that react to a workflow.
    Best Answer

    Posted Feb 23, 2018 04:29 AM
    is this job still within the workflow or just depending on the workflows result? how did you set up the recurring task?


  • 5.  Recurring job that react to a workflow.

    Posted Feb 23, 2018 03:35 PM
    I have the job at the end of the workflow, set the recurring to every 15 mins


  • 6.  Recurring job that react to a workflow.

    Posted Feb 23, 2018 04:29 PM
    I would solve this with a new script object.  The logic in this script object would;
       (1) quit if it is past 4:45pm.
       (2) calculate the current time + 15 minutes.
       (3) use ACTIVATE_UC_OBJECT() to launch the next workflow with a 15 minute delay.

    I would then make this script be the last task in both workflows.


  • 7.  Recurring job that react to a workflow.

    Posted Feb 26, 2018 01:30 PM
    I really new at this and just taken the basic class and trying to learn on my own. How do I write the script? do I put it in the post process?


  • 8.  Recurring job that react to a workflow.

    Posted Feb 26, 2018 07:32 PM
      |   view attached
    I've attached a workflow with a functional script object.  The workflow will run the script, and the script causes the workflow to run again 15 minutes later.  It stops when it gets close to 5pm.  In your situation, you'll want the script object to be executed from two different workflows.

    I hope this helps?

    Attachment(s)

    xml
    uc4_export.xml   10 KB 1 version