Enumeration: FormSubmitStatus
This enum defines the possible states of the form state machine submit sequence.
Enumeration members#
ended#
• ended = "ENDED"
The form has been submitted and the immediate submit has succeeded.
failed#
• failed = "FAILED"
The form has been submitted and the immediate submit has failed.
initial#
• initial = "INITIAL"
The form instance has not yet been submitted.
started#
• started = "STARTED"
The form has been submitted and is submit resolution is pending.