dynamic-forms / Interface

DerivationProcessingResult

Result of processing all pending derivations.

Properties

NameTypeDescription
appliedCount
number

Number of derivations successfully applied

errorCount
number

Number of derivations that failed with errors

iterations
number

Total iterations performed

maxIterationsReached
boolean

Whether max iterations was reached (potential loop)

skippedCount
number

Number of derivations skipped (condition not met or value unchanged)

warnCount
number

Number of derivations that encountered warnings (e.g., missing target field).

These are not counted as errors because they may be intentional (conditional fields) but indicate potential configuration issues if unexpected.