0
Fixed

Connector and transformation custom views do not correctly handle validation errors

Matthew Clark 12 years ago updated by anonymous 8 years ago 3

Connector and transformation post handling does not currently handle validation errors correctly. If custom view data is invalid, the post engine will attempt to access the next sink or stream source. Instead, they should be configured to redirect to the same step of the process.

A virtual RevertToPreviousStep property can be overriden to decide on which step should be taken. This issue won't be a problem for connector or transformation custom views, as this is now something that can be handled explicitly by the new UnifyServiceController.

Updating remaining estimate for confirmation.

This is no longer an issue, as the problem was being caused by an inheritance structure that has been made redundant as of the dynamic/serializable model work in IDB-279.