Patterns
Apply reusable designs to common integration problems.
Explore approaches to data extraction, record correlation, APIs, error recovery, and breaking down larger Workflows.
11 Articles
Agent-ready Business Action v2
Expose an existing domain capability to agents through a narrow MCP Workflow rather than giving the agent direct provider credentials or a generic integration surface.
Correlate Records Across Systems v2
Correlating records means identifying which records in different systems represent the same business object.
Environment-aware Delivery v2
Deliver the same Workflow contract through Test and later Environments while keeping endpoints, credentials, releases, status, hostnames, and test data isolated.
Eventual Consistency v2
When integrating across multiple services, it is usually not possible to synchronize one transaction across all of them.
Exception Remediation App v2
Use a focused Flowgear App to let authorized operators inspect an integration exception, submit a bounded correction, and invoke an audited remediation Workflow.
Exploratory MCP Tools v2
Exploratory MCP tools are a set of three Workflows that help an agent when it needs to discover an unfamiliar data model in order to select records.
Factor a Large Workflow v2
Extract a Sub-Workflow when part of a design has a clear contract and a reason to change, test, reuse, or operate independently.
HTTP API Facade v2
Expose a stable HTTP contract in front of provider-specific Workflows so callers do not depend on Connection details, provider schemas, or internal orchestration.
Idempotent Upsert v2
Use a stable business key and deterministic create-or-update rules so retrying the same input does not create a duplicate or apply an unsafe transition twice.
Local System Integration v2
Use a local Cluster when a Workflow must reach systems or resources that are not available from Flowgear's cloud runtime.
Utility MCP Tools v2
A utility MCP tool is a Workflow that performs one clear business action.