Automic Workload Automation

Expand all | Collapse all

Is it possible in Automic to create child process during the run time.

  • 1.  Is it possible in Automic to create child process during the run time.

    Posted Oct 31, 2018 06:07 AM

    We have a set of three processes that need to be run for each store. We have about 300 stores, so instead of creating 300 WFs (one for each store), I wanted to know if there exists a possibility to create just one chain/WF and during the runtime, it created 300 child workflows/processes to execute for each of the stores (the list of stores could be maintained in a VARA object).

    Could you please suggest the best ways to do this?



  • 2.  Re: Is it possible in Automic to create child process during the run time.

    Posted Oct 31, 2018 07:15 AM

    Hi

     

    I would suggest creating a generic Workflow and pass the parameters from a VARA object to it.

     

    You can use a FE Workflow as well.

     

    cheers, Wolfgang