Table | enrollment_flow_steps |
---|---|
Description | Enrollment Flow Steps |
Column | Format | Description | Definition | Required | Comments |
---|---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | ||
enrollment_flow_id | integer, foreign key | Enrollment Flow ID | |||
description | varchar(128) | Description | |||
status | varchar(2) | Enrollment Flow Step status |
| ||
plugin | varchar(80) | Enroller Plugin Entry Point Model | |||
ordr | integer | Order for running this Enrollment Flow Step within the Enrollment Flow (lower numbers = earlier) | Two Steps within the same Flow may not have the same order | ||
actor_type | varchar(2) | The type of Actor authorized to run this Step |
| ||
message_template_id | integer, foreign key | When a handoff is required, the Message Template to use to notify the recipient | message_templates:id | ||
redirect_on_handoff | varchar(256) | When a handoff is required, the URL to redirect the current Actor to |