Counter
Function
Count the execution times of the current program or branch. You can set a count threshold and execute different branches when the count meets the threshold. This Step is usually used with the Reset Step to reset the accumulated number.
Parameter Description
Application Examples
In a scenario where a path needs to be taken twice:

Given the Count parameter set to 2, if the Step is executed the third time, the Finished exit port will be taken.