Skip to content

Commit

Permalink
PI-2364: Add ETE clause to appointment reminder workflow diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
mxco86 committed Nov 14, 2024
1 parent 6403547 commit b337600
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 314 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deduplicate: Deduplication {
"" {
explanation: |md
Where there are multiple appointments for a mobile number\
only consider a single reminder
only send a single reminder
|
}
}
Expand All @@ -42,6 +42,8 @@ validate: Validation {
validate_activity: Activity Validation {
explanation: |md
- The person has an active unpaid work requirement
- The unpaid work requirement is not related to\
Education, Training and Employment
- There is time remaining on the unpaid work requirement
- The appointment does not have an outcome
|
Expand All @@ -67,11 +69,11 @@ end2: End {
shape: circle
}

data -> deduplicate
deduplicate -> validate
data -> validate
validate -> ok: OK
validate -> fail: Fail

ok -> send
ok -> deduplicate
deduplicate -> send
send -> end1
fail -> end2
Loading

0 comments on commit b337600

Please sign in to comment.