getRules
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).
Syntax
getRules()
Returns
(array) An array of LuaConditionalRoutingRule
objects.
Example
local rule1 = routingTable:getRules()[1]