While using RE-Framework, browser object retrieved by Open browser is passed among XAML files as arguments. Resolution when Chrome is closed before the workflow finishes, an exception occur when the workflow finishes. "Could not retrieve the result of the job execution. This might be because a message was too large to process."
Since it is an output argument, the argument's validity is verified when the workflow is closed. Chrome is already closed at the time, and thus the exception occurs.
If main.xaml has an output argument which contains the Chrome browser object, then
- change the argument to be a variable
or
- change the direction of the argument to be 'in.'