Exit
Last updated
Last updated
This module is used to exit or end a call.
Its primary use is to trigger post-call data transfers. This is a global setting for post-call webservices that sends any default, global webservices data to its specified location. Post-call processing is set in the application settings.
None
The Exit () module can also function as a 'Return' command when used in conjunction with a Goto App () module.
For example, assume Application A has a 'Goto App' () module that calls 'Application B'. When the call-flow hits the 'Exit' () module in 'Application B' it returns the caller to the place where they left off in 'Application A', i.e. the next module after 'Goto App' ().