Hi,
I have one workflow which takes input as an 'XML file', In that workflow there is scriplet which parse the data from XML.
In 'Out' tab of scriplet bounds number of 'Array' of global attributes so that I can access that attributes across the Actions.
But after parsing completes ( before start of Action execution ) getting "ch.dunes.model.type.ConvertorException: Not an Array".
Not sure why this exception occurred.
please HELP .