Rule Documentation HWR SAMPLE 001 - rpapub/WatchfulAnvil GitHub Wiki
HWR-SAMPLE-001 - Null Operation
Rule ID: HWR-SAMPLE-001 Scope: Project
Description
The Debugger Attachment Wait Rule is a no-operation (noop) rule and does not evaluate the contents of the project or flag any errors. It's primarily used for debugging custom rules during development and troubleshooting.
Recommendation
This rule is enabled by default and should only be deployed during active rule development or debugging sessions.
Why is this important?
๐ ๏ธ Helps developers verify build and deployment processes. ๐งช Facilitates getting started documentation.
How to Use It
- Inspect the rule Workflow Analyzer settings.
- Explore the URL.
Modifying the Rule
- Change the rule ID or description
- Tweak the rule's DefaultErrorLevel to TraceLevel.Error or TraceLevel.Warning or TraceLevel.Info
- Edit the RecommendationMessage or DocumentationLink
Steps to Inspect in UiPath Studio
- Open Project Settings.
- Go to the Workflow Analyzer tab.
- Locate HWR-SAMPLE-001 - Null Operation.
This rule is ideal for internal testing and should be excluded from production environments. ๐งฉ