twilio / twilio-taskrouter.js

JS SDK v2 for Twilio's TaskRouter skills based routing system.
https://www.twilio.com/docs/taskrouter
Other
24 stars 32 forks source link

Complete reservation error and task attributes in reservation object #132

Open anmacik opened 3 months ago

anmacik commented 3 months ago
  1. When im trying to complete reservation it throw error, despite it actually complete reservation image

  2. Im putting extra task attributes during task queue and it's work kinda weird. If i print whole reservation object in console or just task field, i can see extra attributes, but if im trying to access them or printing just task.attributes they dissapear. image image Still can access them through "reservation.task.fetchLatestVersion()", but it's kinda weird.

AndreyTwilio commented 2 months ago

Thank you @anmacik for brining this up. We'll have a look.