Return Block
From Genesys Documentation
(Redirected from PEC-ROU/Current/Designer/Return)
Contents
This block is used to return control from a Shared Module to the application (or Shared Module) that called it.
Related documentation:
The Return block is available only for Shared Modules and is used to return control from the Shared Module to the application or Shared Module that called it. Multiple Return blocks can be used in a single Shared Module.
This block can return values of any output variables from the Shared Module. In the Initialize phase, variables can be marked as Output variables that are expected to be returned from this Shared Module. Only those variables can be assigned return values in the Return block.
Using this Block
Click Add Assignment and specify output variables.
Comments or questions about this documentation? Contact us for support!