Skip to content

docs(intent): notify.forEach - one message per related row (#6356) - #155

Merged
delchev merged 1 commit into
masterfrom
docs/intent-notify-foreach
Jul 28, 2026
Merged

docs(intent): notify.forEach - one message per related row (#6356)#155
delchev merged 1 commit into
masterfrom
docs/intent-notify-foreach

Conversation

@delchev

@delchev delchev commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #154, documenting the fan-out added in eclipse-dirigible/dirigible#6435.

forEach: fans a notify block out over a related collection - one message per row, with the recipient, the {placeholders} and attach: print all resolving against the row. The motivating case is a payroll run mailing every payslip to its own employee.

Documented: the exactly-one-back-reference rule (none = unrelated rows, several = ambiguous, both parse-time errors rather than a silently wrong recipient list), and the fail-soft-per-row contract - a fan-out never fails its activity, because retrying would resend to every recipient already served and a partial fan-out cannot be made idempotent.

🤖 Generated with Claude Code

Fan a notify block out over a related collection: one message per row, with the
recipient, the placeholders and attach: print all resolving against the ROW. Records
the exactly-one-back-reference rule and the fail-soft-per-row contract (a retry would
resend to everyone already served).
@delchev
delchev merged commit bb6d667 into master Jul 28, 2026
@delchev
delchev deleted the docs/intent-notify-foreach branch July 28, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant