Table

enrollment_flow_steps

Description

Enrollment Flow Steps

Column

Format

Description

Definition

Required

Comments

id

integer, primary key

Row identifier

autoincrement

(tick)


enrollment_flow_id

integer, foreign key

Enrollment Flow ID

enrollment_flows:id

(tick)


descriptionvarchar(128)Description
(tick)
statusvarchar(2)Enrollment Flow Step status
  • A: Active
  • S: Suspended
(tick)
pluginvarchar(80)Enroller Plugin Entry Point Model 
(tick)
ordrintegerOrder 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_typevarchar(2)The type of Actor authorized to run this Step
  • A: Approver
  • E: Enroller
  • P: Petitioner
(tick)
  • No labels