You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Enrollment Flows

Registry v0.9.4 implements a new underlying mechanism for how enrollment flows work. Currently, most changes are "under the hood", though these changes will enable future enhancements. (A diagram of the new process is available here.) You should be aware of the following:

  1. The entry point for enrollment flows has changed from /registry/co_petitions/add/coef:# to /registry/co_petitions/start/coef:#. If you have published links into enrollment flows, you should update these links. For now, add will redirect to start, however this is subject to change in a future release.
  2. Introduction Text now appears on a separate page, before any attributes are collected. If your Introduction Text says something like "please complete the form below", you may wish to change it to something like "please complete the form on the next page", instead.
  3. CO Petitions are now created after the start step of an enrollment flow, but before any attributes are collected. As such, you may see petitions for "New Enrollee" – these are petitions for which no attributes have yet been collected.
  4. Enrollment flows now support Plugins.
  5. The session variable CoPetition.id is no longer set on Redirect on Submit or Redirect on Confirm. Use Enroller Plugins instead.
  • No labels