cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
527
Views
5
Helpful
2
Replies

Is CPO's max iteration count configurable?

Michael Whiteley
Cisco Employee
Cisco Employee

We're getting the following in a runaway loop during testing of a workflow "A violation of the maximum iteration count within activity While ProcessRunning. The maximum allowed number of loop iterations is 5000."

Is 5000 alterable? It would be nice to configure a lower limit

Thank you
Mike Whiteley

Sent from Cisco Technical Support iPad App

1 Accepted Solution

Accepted Solutions

Yes, it is configurable.

If you want to lower it, you can modify the following in the Tidal.Automation.Server.exe.config file.

        name="MaxLoopIterations"

        serializeAs="String">

        5000

I do not recommend setting it higher.

For anybody who hits this limit, please examine your process and see if it could be redesigned without so many iterations.

View solution in original post

2 Replies 2

Yes, it is configurable.

If you want to lower it, you can modify the following in the Tidal.Automation.Server.exe.config file.

        name="MaxLoopIterations"

        serializeAs="String">

        5000

I do not recommend setting it higher.

For anybody who hits this limit, please examine your process and see if it could be redesigned without so many iterations.

Thank you
/Mike

Sent from Cisco Technical Support iPad App