chore(automation): retire the workflow_rule authoring paradigm (ADR-0018 M5 dropped)#1578
Merged
Merged
Conversation
…018 M5 dropped) ADR-0019 dropped the Workflow-Rule -> Flow compiler, but the `workflow_rule` paradigm tag lingered in `ActionParadigmSchema` and on every built-in node descriptor. With no declarative Workflow-Rule authoring view to feed, retire it: - spec: `ActionParadigmSchema` -> `['flow','approval']` - service-automation: `http` / `notify` / `connector_action` descriptors and the deprecated-alias fallback advertise `['flow','approval']` - tests: builtin descriptor assertions + http-dispatcher `?paradigm` filter switched off the retired tag - docs: ADR-0018 status + migration table -> M3 shipped, M4 framework-complete, M5 dropped (approval convergence delivered by the ADR-0019 approval node) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What
workflow_rulewas already dropped as a concept in ADR-0019 (the Workflow-Rule → Flow compiler was removed; Workflow Rules went away in #1398 andworkflowwas reclaimed for state machines), but the paradigm tag lingered inActionParadigmSchemaand on every built-in node descriptor. This finishes the cleanup and aligns the ADR-0018 doc to reality.Changes
ActionParadigmSchema→['flow','approval'](removed'workflow_rule')http/notify/connector_actiondescriptors + the deprecated-alias fallback advertise['flow','approval']http-dispatcher?paradigmfilter switched off the retired tag (filter test now usesapproval)Verification
@objectstack/service-automation: 158 passed@objectstack/runtimehttp-dispatcher: 124 passed@objectstack/specbuild (incl. DTS typecheck): clean🤖 Generated with Claude Code