Skip to main content

Module document

Module document 

Source
Expand description

This module defines the Document struct, which represents a concrete instance of a form.

A Document holds the actual data values for fields defined in a FormDefinition and tracks its current phase within an associated WorkflowDefinition. It serves as the primary data entity managed by the Molten system.

Structsยง

Document
Represents a single instance of a Form.