Title: invalidVariables ### Fault Name `bpel:invalidVariables` -- {excerpt} variable failed to validate against a schema{excerpt} ### Description This fault is thrown by the `<[assign](assign.html)>` and `<[validate]>` activities if a variable contains data that is inconsistent with its schema.
ODE does not currently perform _any_ variable data validation, hence this fault is never thrown.
### Examples The following BPEL will generate the fault in the `` activity: BarBaz The following BPEL will generate the fault in the `` activity: BarBaz ### See Also `<[assign](assign.html)>`, `<[validate]>`