Skip to main content

Primary key

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

Specific attributes

color
varcharpublic
The color hex code for the workflow step.
Rules: Max length: 7 characters
description
varcharpublic
A description of the workflow step.
internal
varcharpublicrequired
The internal code or identifier for the workflow step.
Rules: Max length: 50 characters
name
varcharpublicrequired
The name of the workflow.
Rules: Max length: 100 characters
is_final
booleandefault:"false"public
Indicates whether this step is the final step in the workflow.
is_initial
booleandefault:"false"public
Indicates whether this step is the initial step in the workflow.

Foreign keys

alert-workflow
uuidpublicrequired
The unique identifier of the alert workflow. Ref: AlertWorkflow Schema

Tracking attributes

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