- Issue created by @johnv
WorkflowItem currently refers to ListItemBase.
There are better options:
- ListStringItem subclasses ListItemBase, and refers to a string, which is the key of a State/Transition.
- EntityReferenceItem refers to an entity, enabling setting either ID or Entity. Problem is that module wants to store Transition, but the key refers to State.
Change WorkflowItem first to ListStringItem, then to EntityReferenceItem.
Introduce the Attribute #[FieldType()]
Active
2.0
Code