IT Process Automation

  • 1.  Limit instance of workflow

    Posted Sep 29, 2016 07:47 AM

    In ITPAM how can I limit the instances launched for a workflow? I have a scheduler which triggers a workflow every 5 minutes. However, sometimes the workflow takes longer to execute and multiple copies of workflow start in parallel.

    It is creating problem and only one instance should be running at a time of that workflow.



  • 2.  Re: Limit instance of workflow
    Best Answer

    Broadcom Employee
    Posted Sep 29, 2016 08:12 AM

    Check out the Resource Operators and the Resource Object which will allow you to create a resource object that a process instance can take, only allowing the process to run when there is a resource available. 

    Resources