[SC-16429] Document artifact field-change workflow triggers - #1432
Merged
Conversation
Contributor
PR SummaryThis PR enhances the workflow documentation by introducing a new trigger option, "On Field Change." The documentation now includes an additional bullet point under the workflow start section that describes how to initiate a workflow when a specific artifact field changes. Detailed guidance is provided on configuring this trigger, including selecting the field to monitor and clarifying that only artifact fields applicable to the chosen artifact type are available (while record fields from the parent record are excluded). Additional footnotes have been added for further clarification, ensuring users understand the implications when dealing with date or datetime fields. Test Suggestions
|
cachafla
marked this pull request as ready for review
July 23, 2026 22:10
cachafla
enabled auto-merge
July 23, 2026 23:14
Contributor
Validate docs site✓ INFO: A live preview of the docs site is available — Open the preview |
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.
Pull Request Description
What and why?
Documents the artifact workflow On Field Change trigger added by SC-16429.
The workflow setup guide previously listed field-change triggers only for inventory record workflows. This change adds the artifact option and explains:
The instructions live in a shared source used by both the workflow guide and administrator training.
This PR also captures the repeatable documentation-coverage workflow developed while resolving this release ticket:
AGENTS.mdvalidmind-docs-coverageskill.claude/skills -> ../skillsHow to test
Validated the new skill and helper:
python3 /Users/andres/.codex/skills/.system/skill-creator/scripts/quick_validate.py skills/validmind-docs-coveragebash -n skills/validmind-docs-coverage/scripts/render-pages.shtest -f .claude/skills/validmind-docs-coverage/SKILL.mdRendered both affected pages with the helper:
guide/workflows/configure-workflows.qmdtraining/administrator-fundamentals/using-validmind-for-risk-management.qmdBoth pages rendered successfully and contain the new artifact trigger instructions. The existing unresolved
validmind/validmind.qmdlink warnings remain unrelated to this change.Documentation preview
Review the documentation changes live after the latest
validaterun completes:Review the source-only agent guidance on GitHub:
AGENTS.mdcoverage-review guidancevalidmind-docs-coverageskillWhat needs special review?
Please confirm:
AGENTS.mdguidance is concise enough to remain durable.Dependencies, breaking changes, and deployment notes
Documents behavior delivered by:
Both implementation PRs are merged. There are no breaking changes or special documentation deployment steps.
Release notes
Artifact workflows can now start when a selected artifact field changes. Available fields depend on the selected artifact type, and date fields can schedule the workflow start. Learn more about configuring workflows.
Checklist