Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Changes From Earlier Versions

...

  • The Plugin Type was corrected from enroller to enrollment_flow_step.

See Also