hi,

I need to pass file name to FlatFileWriter at runtime, i need to do a file read and use that data to arrive at the file name.
Am storing the required info in execution context but when set the file name in my writer, its not picking up the one am supplying instead its taking the default one defined in resource property in config file.
Any thoughts...