Skip to main content

Workflow Reliability Glossary

Definitions used across the AI Workflow Reliability Lab.

Idempotency
A design property that prevents repeated processing of the same event from creating repeated effects.
Retry
A controlled attempt to repeat an operation that may succeed later.
Dead-letter queue
A holding path for events that cannot be processed safely after bounded attempts.
Guardrail
A deterministic control that limits, validates or requires approval for an action.
Least privilege
Giving a workflow only the permissions required for its defined task.
Human approval gate
A pause that presents a specific proposed action for review before execution.
Regression test
A repeatable check that confirms a correction still handles a known failure case.
Observability
The ability to understand workflow state from logs, traces, metrics and downstream effects.

Comments

Popular posts from this blog

Self-Hosted n8n Keeps Crashing: What Evidence to Collect

" Operations and recovery A self-hosted workflow platform adds infrastructure failure modes to workflow failure modes. Changing container settings, database state and workflow logic at the same time makes diagnosis harder. Resolution rule Change one boundary at a time. Preserve the failing evidence, apply the smallest safe correction, then replay the known case and check the business effect as well as the technical run status. Contents What the symptom actually proves Evidence to collect before changing the workflow Likely failure paths Resolution sequence Prevention design Verify the fix Decision table Sources and scope What the symptom actually proves A self-hosted workflow platform adds infrastructure failure modes to workflow failure modes. Changing container settings, database state and workflow logic at the same time makes diagnosis harder. A useful diagnosis begins by separating what is directly observed from what is only suspected. Execution status, HTTP co...

Contact Feedback

" Contact and feedback Useful technical feedback includes enough evidence to locate a problem while protecting credentials, customer data and confidential workflow information. Contents What to include in technical feedback What not to send How to use available site feedback channels What to include in technical feedback The URL of the page you are commenting on. The specific statement, step or link that appears wrong or outdated. The current platform and version where relevant. A link to current primary documentation if you have one. A sanitized example that does not contain credentials or personal data. What not to send API keys, passwords, access tokens or cookies. Customer names, email addresses, financial data or confidential records. Production database exports. Private webhook URLs or credential-bearing screenshots. How to use available site feedback channels Use the feedback or contact channel made available on this Blogger site when enabled. If article comme...