Hi guys
Wondering if you are having same issues as me before opening a ticket at G
1. If we use ComposerRoot variables (<var>) it will replicate as many subcallflows as we have on a single call flow.
Meaning, we create a root variable var1, now we have Main.callflow and Sub1.callflow then Sub1.callflow will have on its code 2 var1 declared. See pic linked 1.
[url=http://postimg.org/image/dup9f14ch/][img]http://s32.postimg.org/dup9f14ch/composer2.jpg[/img][/url]
[url=http://postimg.org/image/ffvsyqgqp/][img]http://s32.postimg.org/ffvsyqgqp/composer3.jpg[/img][/url]
2. If we copy this project and rename it, the Subcallflow calls are not updated and keep linking to original Project. Meaning: I have project Test1, copy and rename Test2. Now we go to Test2 and check Subdialog properties...amazingly it doesn't point to subproject located on Test2 but to Test1, so if we have like 100 subcallflows means we have to update by hand each one...O.o this didn't happen on previous versions. All was done automatically. If we don't do this when we compile it will point to the Test1 project even on VXML code, which creates a really mess as calls wrong code.
[url=http://postimg.org/image/u52wljrcx/][img]http://s32.postimg.org/u52wljrcx/composer1.jpg[/img][/url]
[url=http://postimg.org/image/71tl7krwh/][img]http://s32.postimg.org/71tl7krwh/composer4.jpg[/img][/url]
Have tested last Composer version and same stuff, corrected a but where on VXML code it declared all root variables as well even duplicated, creating a mess on code.
Anyone can validate this and let me know I am not crazy?
Thanks!