Extreme API with Python

Table Of Contents
Extreme API with Python
Page | 91
Part no.9036931-00 Rev AA February 2021
continue
else:
i += 1
if (i % 2):
emc_results.put("MyVar2", "1")
else:
emc_results.put("MyVar2", "0")
emc_results.put("IPCount", str(i))
The inclusive parallel gateway tests if the MyVar2 variable is equal to 0 or 1.
The final scripts do the same thing, but for the purpose of this example, this is duplicated for each path.
print "There are {} entries in the IP list".format(emc_vars["IPCount"])
Run your workflow to see the output: