From what I can tell, workflow Outputs is set on instance completion, so if the invoked workflow ends with any other state, the output is not provided (which makes sense, at least in WF context).
Only solution I’d have at this moment is don’t let it end in an exception.
Hi andrezej.kniola,
There couple of instances where we need to write the status if it fails to complete and I have return the status in catch block and I want the xaml to return the argument value present in catch block