The getRouting
method gets the task ID part of a conditional routing rule from a LuaConditionalRoutingRule
object. A LuaConditionalRoutingRule
object is a conditional routing rule, with input text and the task to route to.
getRouting()
(strings) The ID of the task to route to.
local ruleTask = routingRule:getRouting()
|