docs(intent): send a document by e-mail - the notify block + attach: print (#6356) - #154
Merged
Merged
Conversation
…print (#6356)
The glue page gains "The notify block - and attach: print": one reusable block
(to / subject / body with {field} interpolation) at four call sites, the class
each one generates (<Name>Notification / <Name>Job / inside <Name>Transition /
<Process><Step>Send), how attach: print reuses the generated <Entity>PrintFeeder
plus sdk.print.Print, the attachment naming, and the per-call-site failure
semantics (no-recipient no-op, fail-soft transition, failing send step).
Also: the glue status table lists the feature and the stale "event-driven document
generation - planned" row now reflects reality (mailed by attach: print, stored by
function: Snapshot); the DSL reference's transitions example shows the optional
notify block.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the feature added in eclipse-dirigible/dirigible#6435 (closes eclipse-dirigible/dirigible#6356).
Glue page gains The notify block - and
attach: print, sending the document itself:to/subject/bodyis one reusable block, not a shape peculiar tonotifications- a table shows the four call sites (notifications[],schedules[].notify,transitions[].notify, aserviceTask'sargs.notify) and the class each generates (<Name>Notification.java,<Name>Job.java, inside<Name>Transition.java,<Process><Step>Send.java).attach: printreuses the generated<Entity>PrintFeeder+sdk.print.Print(the snapshot delegate's two steps) and rides along as anapplication/pdfpart named after the document'snumber:.transitions[].notifyis fail-soft (the flip already committed), a sendingserviceTaskfails so the engine retries.Also in this PR: the glue status table lists the feature, the stale "Event-driven document generation - planned" row now reflects reality (mailed by
attach: print, stored byfunction: Snapshot), and the DSL reference'stransitionsexample shows the optionalnotifyblock.🤖 Generated with Claude Code