You have a workflow containing two dataflows. The second dataflow should only run if the first one finished successfully. How would you achieve this in SAP Data Services.
An SAP Data Services Validation transform outputs all invalid rows. If more than ten rows are invalid, the data is considered to be failed. How do you implement this?