FailureCondition Property
Description
Indicates the behavior of the business process test if this component fails.
Property type
Read-write property
Syntax
Visual Basic
Public Property FailureCondition As String
Remarks
If the BPComponent  fails at runtime, "Exit" indicates that the entire BusinessProcess test terminates. "Continue" indicates that only this failed component terminates.
See Also