Rapyd Verify - Finite State Diagram
States:
new (initial)
submitted
approved (final)
rejected (final)
Transitions:
Transition number | Start state | End state | Description |
---|---|---|---|
1 | Start | new | The application has been created. |
2 | new | submitted | The application has been submitted. |
3 | submitted | approved | The application has been approved. |
4 | submitted | rejected | The application has been rejected. |