docs(glue): a retired target stops blocking its source - #37
Open
delchev wants to merge 1 commit into
Open
Conversation
The at-most-once guard of an event-driven create-from asks existence only, so a voided target satisfies it forever. Documents the state-aware guard: a target classified `cancelled` or `void` is retired and stops blocking; draft and live still block; the retired row is kept.
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.
Site half of intent-specification#46 (proposal 0024), implemented in eclipse-dirigible/dirigible#6850.
"At most once" is a claim about targets that still count, not about rows that exist: a voided document keeps existing and keeps back-referencing its source, so a guard asking existence alone spends the source's one shot at the first creation and never gives it back.
stageclassification, acancelled/voidtarget is stepped over,draft/livestill block, the retired row is kept, and the unclassified / no-lifecycle / cross-model cases are normative.stagesection names its second consumer alongside a report'sscope.Nothing new to author — the classification already declared for reports is what the guard reads.