ReturnScenario
Last modified by Outhman Moustaghfir on 2024/03/01 16:07
Introduction
The ReturnScenario connector facilitates the retrieval of files from a designated connector within a scenario invoked by the call scenario connector. These files serve as output for the call scenario connector.
Example
Consider a scenario named "parentScenario" with the following workflow:
The parentScenario then proceeds to zip the collected output files using the Zip connector.
Now, within the parentScenario, a child scenario named "childScenario" is invoked with the following workflow:
Effectively, the output file generated by the Zip connector in the childScenario becomes the output file for the callScenario connector in the parentScenario.
outputFiles for zip connector in the parentScenario :