Reputation: 103
I am trying to configure TaskRouter - Ordering Workers as explained in https://www.twilio.com/docs/api/taskrouter/ordering-workers.
However I couldn't find the order_by expression in WorkFlow or Task or TaskQueues from Twilio TaskRouter UI.
Where exactly do I need to configure order_by expression.
Thanks.
Upvotes: 2
Views: 322
Reputation: 73075
Twilio developer evangelist here.
I'm afraid that the Task Router console hasn't caught up with those features just yet. The best way to add an order_by
expression to your workflow would be by updating the JSON config through the API right now.
There is a ticket open to add this to the console though.
Update
Setting order_by
expressions is now possible through the Twilio TaskRouter UI.
Upvotes: 1