Skip to main content

Workflow States

StateIDDescription
DraftdraftInitial state. Document is being authored or reworked.
In ReviewinReviewDocument is under review by designated signers.
ApprovedapprovedReview passed with at least one electronic signature.
PublishedpublishedFinal released state for regulatory submission.

State Diagram

diagram

Workflow Actions

Send for Review

PropertyValue
IDsendForReview
TransitionDraft -> In Review
FunctionsAddDefaultSigners
BehaviorAutomatically adds users with the project_approver role as Approvers targeting the approved status

Approve

PropertyValue
IDapprove
TransitionIn Review -> Approved
Signature PolicyatLeastOne
Auto-signatureproject_approver role
BehaviorRequires at least one electronic signature from a project_approver. The auto-signature feature allows approval in a single action without a separate signature step.
The atLeastOne signature policy means a single approver signature is sufficient. There is no built-in requirement for multiple independent reviewers. Organizations requiring dual approval must configure additional signature roles.

Publish

PropertyValue
IDpublish
TransitionApproved -> Published
FunctionsNone
BehaviorSimple state change representing final release. No additional conditions or signatures required.

Rework

PropertyValue
IDrework
Available fromPublished, In Review, Approved
Target stateDraft
FunctionsMarkWorkflowSignaturesAsObsolete, ResetSignaturesVerdict
Rework from any state always returns to Draft and invalidates ALL signatures. Both MarkWorkflowSignaturesAsObsolete and ResetSignaturesVerdict execute, ensuring complete re-review rather than incremental approval. There is no intermediate “revision” state.

Electronic Signature Flow

The signature-based approval implements a traceable approval chain:
  1. Author completes the risk document and triggers Send for Review
  2. System automatically assigns project_approver users as signers
  3. At least one approver reviews and provides an electronic signature
  4. Approve action transitions the document, recording the signature
  5. Publish releases the document for regulatory use
If rework is needed at any point, the document returns to Draft with all signatures invalidated, forcing a fresh review cycle.

Applicable Document Types

This workflow applies to all riskSpecification type documents:
DocumentDescription
HARA-ANALYSISHARA analysis document
FMEA-SYS-001System-level DFMEA
DFMEA-SUB-001 through DFMEA-SUB-006Subsystem DFMEA documents
RiskControlPlanRisk control plan document
HARATemplate, DFMEATemplate, PFMEATemplateRisk analysis templates
RiskControlPlanTemplateRisk control plan template

Technical Details

PropertyValue
File location.polarion/documents/workflow/riskSpecification-workflow.xml
PrototypeModule (Polarion module-level workflow)
Initial statusdraft
Approval roleproject_approver
Signature policyatLeastOne

Comparison with Work Item Workflow

The document workflow differs from the standard work item workflow:
FeatureDocument WorkflowWork Item Workflow
States4 (Draft, In Review, Approved, Published)7 (draft, inProgress, inReview, pendingApproval, approved, rejected, obsolete)
Approval methodElectronic signaturesApproval conditions (AtLeastOneApprovedAndNooneDisapproved)
Rework targetAlways DraftCan reopen from various states
Signature handlingFull invalidation on reworkSignatures marked obsolete
Auto-assignmentAdds default signers by roleRequires manual assignment