Skip to content

Commit

Permalink
Correct the assessment summary event type in the docs (#4594)
Browse files Browse the repository at this point in the history
* Correct the assessment summary event type in the docs

* Add both assessment summary event types to tech docs
  • Loading branch information
jsimonsmoj authored Jan 30, 2025
1 parent dbb1f9e commit 8f1cdb4
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 295 deletions.
6 changes: 3 additions & 3 deletions projects/assessment-summary-and-delius/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Assessment summary relies on the OASys ORDS API for retrieving the assessment su
## Assessment summary produced workflow
The assessment summary is recorded in Delius. The risks are evaluated and stored as registrations.

| Business Event | Message Event Type / Filter |
| --------------------- | ---------------------------- |
| Assessment submitted | assessment.summary.produced |
| Business Event | Message Attribute Event Type | Message Event Type |
| --------------------- | --------------------------------- | --------------------------- |
| Assessment submitted | risk-assessment.scores.determined | assessment.summary.produced |

### Record assessment
The previous assessment summary is deleted and replaced with the new assessment summary. The full assessment can be retrieved from OASys.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ assessment-submitted: Assessment Summary {
assessment_summary_produced: Assessment summary produced
}

domain_event: "assessment-summary\n.assessment.summary.produced" {
domain_event: "assessment-summary-and-delius\n.risk-assessment.scores.determined" {
style.font-size: 12
shape: queue
}
Expand Down
Loading

0 comments on commit 8f1cdb4

Please sign in to comment.