II.
Workflow JSON
Structured · liveworkflow:lab-safety-audit
Lab Safety Audit json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:lab-safety-audit",
"_kind": "Workflow",
"_file": "domain/workflows/workflows-science.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Lab Safety Audit",
"description": "Annual single-team security workflow that assesses laboratory environments against\napplicable safety regulations, institutional policies, and best practices covering\nchemical handling, biological containment, radiation safety, and emergency\npreparedness. A designated safety officer leads the inspection, reviewing chemical\ninventories, waste disposal logs, equipment calibration records, and personnel\ntraining certificates. Findings are classified by severity and entered into a\ncorrective action register with responsible owners and remediation deadlines.\nHigh-severity findings trigger immediate corrective measures before the lab resumes\nfull operations. A final audit report is submitted to institutional safety committees\nand retained as evidence for regulatory inspections and insurance compliance.\n",
"workflowKind": "security",
"triggerType": "scheduled",
"typicalCadence": "annual",
"complexity": "moderate"
},
"outgoingEdges": [
{
"from": "workflow:lab-safety-audit",
"to": "role:lab-technician",
"kind": "involves_role"
},
{
"from": "workflow:lab-safety-audit",
"to": "role:biomedical-engineer",
"kind": "involves_role"
},
{
"from": "workflow:lab-safety-audit",
"to": "role:research-engineer",
"kind": "involves_role"
},
{
"from": "workflow:lab-safety-audit",
"to": "role:legal-advisor",
"kind": "involves_role"
},
{
"from": "workflow:lab-safety-audit",
"to": "domain:scientific-discovery",
"kind": "applies_to_domain"
},
{
"from": "workflow:lab-safety-audit",
"to": "domain:biomedical-engineering",
"kind": "applies_to_domain"
},
{
"from": "workflow:lab-safety-audit",
"to": "domain:environmental-engineering",
"kind": "applies_to_domain"
},
{
"from": "workflow:lab-safety-audit",
"to": "responsibility:regulatory-compliance",
"kind": "triggers_responsibility"
},
{
"from": "workflow:lab-safety-audit",
"to": "responsibility:risk-assessment",
"kind": "triggers_responsibility"
},
{
"from": "workflow:lab-safety-audit",
"to": "responsibility:compliance-monitoring",
"kind": "triggers_responsibility"
},
{
"from": "workflow:lab-safety-audit",
"to": "responsibility:documentation",
"kind": "triggers_responsibility"
}
],
"incomingEdges": [
{
"from": "stack-profile:lab-information-system",
"to": "workflow:lab-safety-audit",
"kind": "follows_workflow"
},
{
"from": "lib-process:research--standards-gap-audit",
"to": "workflow:lab-safety-audit",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
}
]
}