Skip to content

002_0006 - AvoidTooManyVirtualAttributes

Too many Microflow attributes (virtual attributes) inside of an entity

Optimize the number of virtual attributes inside of an entity. Reduce to 10 or less.

Metadata

authors:
- Xiwen Cheng <x@cinaq.com>
category: Performance
input: .*/DomainModels\$DomainModel\.yaml
rulename: AvoidTooManyVirtualAttributes
rulenumber: '002_0006'
scope: package
severity: MEDIUM

Description

Too many Microflow attributes (virtual attributes) inside of an entity will cause performance issues.

Remediation

Optimize the number of virtual attributes inside of an entity. Reduce to 10 or less.

Test cases

# No test file found