...
Enroller Plugins that store state as part of the Petition artifact should prefix these table names with petition_ (and the associated model should therefore be called FooEnroller.PetitionFoo). Configuration and other models should not start with petition_. These tables should belongTo Petition (via the petition_id foreign key), and may also reference the Enrollment Flow Step or plugin configuration as appropriate.
See Also
- Writing Registry PE Plugins
- Registry PE Enrollment Flows
- Registry PE TID: Enrollment Flows and Petitions (revision 3)
Changes From Earlier Versions
...
- The Plugin Type was corrected from
enrollertoenrollment_flow_step.