Skip to main content

Primary key

document_id
uuiddefault:"Random UUID"publicrequired
The unique identifier for the MaihueStreet workflow step record.

Specific attributes

color
varcharpublic
The color associated with the workflow step.
Rules: Max length: 50 characters
internal
varcharpublicuniquerequired
The internal code or identifier for the workflow step.
Rules: Max length: 50 characters
is_final
booleandefault:"false"publicrequired
Indicates whether this step is the final step in the workflow.
is_initial
booleandefault:"false"publicrequired
Indicates whether this step is the initial step in the workflow.
name
varcharpublicrequired
The name of the workflow step.
Rules: Max length: 100 characters
reset_transaction
decimaldefault:"0"publicrequired
The reset transaction value for the workflow step.
Rules: Precision: 3, Scale: 0

Foreign keys

workflow
uuidpublicrequired
The unique identifier of the associated workflow. Ref: MaihueStreetWorkflow Schema
workflow_screen_app
uuidpublicrequired
The unique identifier of the associated workflow screen for the app. Ref: MaihueStreetWorkflowScreen Schema
workflow_screen_touch
uuidpublicrequired
The unique identifier of the associated workflow screen for the touch interface. Ref: MaihueStreetWorkflow Schema

Tracking attributes

created_at
timestamppublic
The timestamp when the MaihueStreet workflow step record was created.
Rules: Precision: 6, with timezone
deleted_at
timestamppublic
The timestamp when the MaihueStreet workflow step record was deleted, if applicable.
Rules: Precision: 6, with timezone
is_actived
booleandefault:"true"public
Indicates whether the MaihueStreet workflow step record is active.
is_deleted
booleandefault:"false"public
Indicates whether the MaihueStreet workflow step record has been deleted.
updated_at
timestamppublic
The timestamp when the MaihueStreet workflow step record was last updated.
Rules: Precision: 6, with timezone