This page was last edited on May 18, 2020, at 22:07.
Comments or questions about this documentation? Contact us for support!
Through the use of SCXML treatment scripts, you can configure custom treatments to handle multiple contact methods and scenarios, providing greater flexibility for reaching a customer. Some of the scenarios that custom treatments can address include:
SCXML is an event-based state machine language that accommodates various call control/customer service states and the transitions between them. While relatively new as a notation/language, SCXML is well-proven for building state-based models and facilitates the process of orchestrating customer-service solutions. The core SCXML provides state chart functionality, while Outbound Contact—specific instructions are specified in the executable content of SCXML in form of SCXML extensions (action elements) and/or ECMA script extensions (properties of special ECMA script objects).
Starting in release 8.1, Genesys uses an updated SCXML standard that contains a number of changes from the prior standard. Note the following changes:
Operation |
Previous Syntax |
New Syntax |
= | eq | == |
< | lt | < |
> | gt | > |
<= | le | <= |
>= | ge | >= |
&& | and | && |
¦¦ | or | ¦¦ |
!= | ne | != |
For more information about SCXML or ECMA scripts, go to the following websites: