Automic Workload Automation

  • 1.  UC4 V9 For Each Work Flow Example

    Posted Jan 22, 2013 07:32 PM
    Does anyone have an export of a working For Each Workflow?


  • 2.  UC4 V9 For Each Work Flow Example
    Best Answer

    Posted Jan 22, 2013 07:39 PM
      |   view attached
    I use this one to backup my databases.  The subflow is for MSSQL and selects the attached databases to backup from a vara.

    Attachment(s)

    zip
    uc4_db_backup.zip   4 KB 1 version


  • 3.  UC4 V9 For Each Work Flow Example

    Posted Oct 17, 2014 05:29 PM
    Could you please share the workflow example again? We have a requirement for sending a rollup email to our faculty for all students enrolled in their class and we are trying to figure out the best way to approach this. 


  • 4.  UC4 V9 For Each Work Flow Example

    Posted Oct 19, 2014 06:53 PM
    The ForEach Workflow runs the tasks in Serial, which means it's not very efficient if there's a large number of iterations.
    For example, I had a list of about 1500 users I needed to update a value for, and the even though the API call took less than a sec to run, due to the processing time, it was a minimum of 5 secs per iteration. 
    Ended up taking many more minutes than anticipated. If I had to redo it again, I would use an UC_ACTIVATE_OBJECT to run it as an external task.