The getRules method gets the current array of conditional routing rules to use for the current task after the Lua function completes. A conditional routing rule is defined by a LuaConditionalRoutingRule object (see LuaConditionalRoutingRule Methods).
getRules()
(array) An array of LuaConditionalRoutingRule objects.
local rule1 = routingTable:getRules()[1]
|
|