cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
797
Views
0
Helpful
1
Replies

I am getting exception using a subflow to prompt user for date

Andy Backus
Level 1
Level 1

Hello -

<see script captures below>

I have a main script (main.aef) which calls a subflow (getDate.aef) using a type:date outbound mapping of main:date<==>getDate:subDate.

The first line accepts the trigger contact.  I get the date (variable getDate:subDate) and return it just by letting script go to end.

Questions:

1. I am getting exception on return and not sure why.  Is there something I need to do to transfer the trigger-contact back?

2.By using subflow and "transferring" to get date, am I using a 2nd IVR port or resource? (we are short on licensed ports)

I would appreciate any guidance!

Thanks

Andy

getDate.aef

temp.JPG

main.aef subflow snippet

temp.JPG

1 Accepted Solution

Accepted Solutions

Gergely Szabo
VIP Alumni
VIP Alumni

Hi Andrew, what is the exception message?

Also, did you try reactive debugging? On which step does it fail?

Personally, I don't believe it's a problem with resources.

G.

View solution in original post

1 Reply 1

Gergely Szabo
VIP Alumni
VIP Alumni

Hi Andrew, what is the exception message?

Also, did you try reactive debugging? On which step does it fail?

Personally, I don't believe it's a problem with resources.

G.