docs: add SQL activities guide - #273
Open
sfmskywalker wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new, release-backed guide documenting Elsa 3.8.0 SQL activities and wires it into the GitBook navigation and cross-reference pages, while updating internal documentation-slice tracking metadata.
Changes:
- Add a new
activities/sql.mdguide covering server-side setup, provider/client registration, activity contracts, placeholder binding, and result/serialization limitations. - Link the new SQL guide from the activity reference, extensibility guide, and GitBook navigation (
SUMMARY.md). - Update documentation coverage and backlog slice metadata to reflect completion of
DOC-087.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| SUMMARY.md | Adds the SQL activities page to the main navigation. |
| guides/extensibility/modules-and-plugins.md | Links the SQL activities guide from the extensibility/module guide. |
| docs/meta/current-coverage.md | Updates coverage inventory to include SQL activities (and adjusts counts). |
| docs/meta/backlog.md | Updates slice inventory metadata and records completion details for DOC-087. |
| activities/sql.md | New SQL activities guide with setup, usage, and limitations for 3.8.0. |
| activities/activity-reference.md | Adds the SQL guide to the activity reference list. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| SQL inputs use the `Sql` expression type. A placeholder is written with | ||
| double braces and can reference these 3.8.0 roots: | ||
|
|
||
| ```liquid |
Comment on lines
+220
to
+224
| public sealed class AcmeSqlClient(string connectionString) | ||
| : BaseSqlClient(connectionString) | ||
| { | ||
| protected override DbConnection CreateConnection() => | ||
| new AcmeConnection(_connectionString); |
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.
Summary
Validation
01db86e, Studio2b131f9, and Extensionsa44e2b0onrelease/3.8.0SUMMARY.md, fenced-code, whitespace, andgit diff --checkvalidation