Hi everiboy
I’m using Composer 8.1.4 to create a SCXML application for Orchestration server.
In this doc there is an example to subscribe a custom statistic: http://genesyslab.info/wiki/index.php/Statistic_Interface
I don’t know what type of block use to generate the SCXML code; I tried to use the “SCXML state” block, but It don’t work. Any idea?
Thanks guys
Luca
Kubig
July 7, 2015, 4:50pm
2
Just add the “SCXML State” block and within it create new transition. The next block will be used as the target parameter. Within the transition use condition as is described in docs:
<state id="check">
<transition cond="_genesys.statistic.sData('[email removed]','StatAgentsAvailable')==1" target="routing"/>
</state>
Tell me please if it’s right:
insert a SCXML block “transiction” with code only in “Configure transictions” section, like this:
insert the SCXML block “do_subscription” with code:
<statistic:subscribe object=“‘803_SipSwitch@StatServer.Q’” statistic=“‘AvgWaitingTime’” interval=“0”/>
Is it right?
Thanks a lot
Kubig
July 8, 2015, 3:01pm
4
Tell me what exactly you want to achieve and I will provide you with SCXML fragment.
Hello,
can anybody assist me in setting current priority of interaction to a new value using SCXML state block or by anyway in composer?