Hi Sir,
I have new to SSIS and doing some implementations. First I have a dataflow task, which runs some business logic to decide if record has to be migrated or not. From the data flow task I have to give back a flag/(set some user variable @varCheckCustomer=1 / 0 based on if need to be migrated or not, with the help of script component in postexecute event) and based on that I have to call the Migrate Customer task. However this logic is not working. Please let me know if you have any suggestion for this.
Thanks and regards,
Raghavendra SK