IT Process Automation

 View Only
  • 1.  How to control Operator Execution

    Posted Apr 19, 2019 09:40 AM

    I have 3 operators which crates ticket, all of them are running in a loop . they trigger separately on the given condition .

    But when i have to go for next record in the loop , i am unable to determine that how can i make the process to wait for until all three should complete there task before going for the next loop ..

    You can refer to the screen shot .

    please help 



  • 2.  Re: How to control Operator Execution

    Posted Apr 19, 2019 02:48 PM

    You don't explain the exit points from the first operator in the group.From the screen capture it looks like the links to 2, 3, and 4 were all followed. Is is true that that will all be followed or will it sometimes be only one or two of the links will be followed?



  • 3.  Re: How to control Operator Execution

    Posted Apr 22, 2019 05:29 AM

    Good morning Kunal.gaurav,

    If I well understood, I think that you can control that using AND/OR operators.



  • 4.  Re: How to control Operator Execution

    Posted Apr 22, 2019 12:40 PM

    I have used custom ports to define end point on each operator to trigger the other operator which worked ,

    Because i my case i had generate tickets using the values yes or no conditional input  for each operator and custom port fulfill my requirement to complete the task