Pular para o conteúdo principal

Stages

What is a Stage?

A stage represents a state that a document can be in at any point during its lifecycle. For example, a Deliverable might pass through stages like Draft, In Review, Approved, and Closed.

Every workflow is built from a sequence of stages connected by transitions.


Properties

PropertyDescription
NameThe display name of the stage (e.g. "In Review").
ColorA hex color used to visually distinguish the stage in the UI.
OrderDetermines the display order. Must be unique within the document type.
Stage TypeClassifies the stage — see Stage Types.
DelayedMarks the stage as a delay indicator for reporting.
Visible to ClientWhether external client users can see documents in this stage.
Allows TimesheetWhether users can log time against documents in this stage.
PercentageA completion percentage (0–100) associated with this stage.
Suggest PercentageIf enabled, the system auto-suggests the stage percentage when a transition fires.

Stage Teams

Each stage can have team assignments that control who can interact with documents at that stage.

A stage team links an assignment type (e.g. Requester, Executor, Reviewer) to a set of permissions:

PermissionDescription
Allow ReadThe team can view the document.
Allow WriteThe team can edit the document.
Allow PendingThe team receives pending/task notifications.
Must Send NotificationA notification is sent to team members when a document enters this stage.
tip

Use stage teams to enforce that only the right people can see and edit documents at each step. For example, only the Executor team might have write access during the "In Production" stage.


Translations

Stage names can be translated so they appear in each user's interface language. The system stores localized names per language code (e.g. en, pt, es).

For example, a stage named "Approved" might have:

  • EN: Approved
  • PT: Aprovado
  • ES: Aprobado

Tips

  • The initial stage is the stage where new documents are created (e.g. "Draft").
  • The final stage is the terminal state (e.g. "Closed" or "Completed").
  • Stages referenced by transitions cannot be deleted until those transitions are removed first.
  • Use stage types to group stages for reporting and automation rules.