Automic Workload Automation

  • 1.  Re execute a job in Workflow automatically

    Posted May 18, 2018 05:52 AM

    Hello all,

     

    Is it possible to execute a job in the workflow multiple times based on the number of rows in a Dynamic Variable object?

     

    Thanks,

    Srujan.



  • 2.  Re: Re execute a job in Workflow automatically

    Posted May 18, 2018 11:16 AM

    Hey Srujan,

     

    I usually just drop the job into a nested for-each workflow within the parent workflow.



  • 3.  Re: Re execute a job in Workflow automatically

    Posted May 18, 2018 11:52 AM

    Thanks Michael.

     

    Can't we do the same within Standard Workflow?

     

    Thanks,

    Srujan.



  • 4.  Re: Re execute a job in Workflow automatically
    Best Answer

    Posted May 18, 2018 12:34 PM

    Hey I got it by placing the For each workflow in the Standard workflow and the to-be-repeated  is present inside for each workflow.

     

     

     

    Thanks,

    Srujan.