Prerequisites
Before submitting for review, ensure:- All hazards have complete S/E/C ratings (no blank cells)
- ASIL values calculated for all hazards
- At least one safety goal derived for each ASIL B/C/D hazard
- HARA rationale fields documented for audit trail
Steps
1. Verify HARA Completeness
Open your HARA document and switch to the Full View to see all columns. Check for completion indicators:- Red cells or empty ASIL values indicate missing S/E/C ratings
- Missing Safety Goal links for ASIL B/C/D hazards violate ISO 26262-3
- Empty Rationale fields will fail audit review
2. Generate HARA Report Preview
Navigate to Documentation > ISO 26262 HARA Report to preview the compliance output. The report displays:- ASIL Distribution: Verify counts match your risksheet totals
- Incomplete Assessment Warning: Resolve any flagged hazards before submission
- High Integrity Requirements Alert: Confirm ASIL C/D hazards have linked safety goals
- Hazard Register Table: Check all hazards appear with correct S/E/C/ASIL values
- Safety Goals Table: Verify ASIL inheritance (Safety Goal ASIL must match parent Hazard ASIL)
3. Submit Document for Review
In the HARA document header, locate the workflow status badge (currently shows Draft). Click Actions → Send for Review. The system executes:- Transitions document status from
drafttoinReview - Adds all users with
project_approverrole as required signers - Sets signature policy to at least one approver (per
atLeastOnesignature policy) - Sends notification emails to approvers
4. Monitor Review Progress
Navigate to the document’s Signatures tab to track approval status. You’ll see a table showing:| Reviewer | Role | Status | Date |
|---|---|---|---|
| John Smith | Approver | Pending | — |
| Sarah Johnson | Approver | Pending | — |
project_approver role can approve directly from the document using Actions → Approve (auto-signature enabled).
5. Handle Rework Requests
If reviewers identify issues, they will use Actions → Request Rework. This transition:- Returns document to
draftstatus - Marks all existing signatures as obsolete (via
MarkWorkflowSignaturesAsObsoletefunction) - Resets signature verdict (via
ResetSignaturesVerdictfunction)
6. Track Approval Completion
Once at least one approver signs, the workflow allows transition toapproved status.
The document automatically advances when signature requirements are met:
Approved status indicates:
- Formal sign-off complete
- HARA analysis reviewed and accepted
- Document ready for publication
7. Publish Final HARA
When ready to release the HARA for downstream use (safety concept, functional safety requirements), use Actions → Publish. This transitions the document topublished status:
Published HARA documents:
- Serve as baseline for ISO 26262-3 compliance evidence
- Feed safety goals into functional safety concept (ISO 26262-4)
- Establish ASIL allocation for downstream requirements
- Enable traceability reporting and audit preparation
Verification
You should now see:- Document workflow badge shows Published
- At least one approver signature recorded in Signatures tab
- ISO 26262 HARA Report displays complete hazard register with no warnings
- Safety Readiness Scorecard (Home dashboard) shows 100% HARA completion for ISO 26262 Part 3
Common Issues
“Send for Review button disabled”→ Document must be in
draft status. If in inReview, approved, or published, use Request Rework first to return to draft.
“No approvers available”→ Project must have at least one user with
project_approver role. Contact your Configuration Manager to assign approver permissions.
“Safety Goals missing ASIL inheritance”→ Check the Safety Goal work item form. The ASIL field should auto-populate from the parent hazard via the
inheritASIL formula. If blank, verify the derivedFrom link exists between Safety Goal and Hazard.
See Also
- Create a HARA Document — Initial HARA setup
- Derive Safety Goals — Safety goal creation workflow
- Document Workflow States — Workflow state reference
- Risk Specification Workflow — Workflow XML configuration
- ISO 26262 HARA Report — Report structure and interpretation
- Submit Document for Review — General document review process
- Approve Document — Approver actions