Explore
Browse and search prompts, skills, and rules from the community.
9 results in Integration Flow
Circuit Breaker for External Calls
Apply circuit breaker pattern for all calls to external systems to prevent cascade failures.
Use Mule Domains for Shared Configurations
Use Mule Domains to share global configurations like error handlers, properties, and connection configs.
Use kebab-case for Projects and Flows
Follow MuleSoft naming conventions: kebab-case for project and flow names, camelCase for DataWeave.
Use ObjectStore for Stateful Integrations
Use ObjectStore for any integration that requires persistence across requests.
MuleSoft General Rules (combined)
A set of generic rules that should be applied on every Mule development task
Use kebab-case for Projects and Flows
Follow MuleSoft naming conventions: kebab-case for project and flow names, camelCase for DataWeave.
Use ObjectStore for Stateful Integrations
Use ObjectStore for any integration that requires persistence across requests.
Circuit Breaker for External Calls
Apply circuit breaker pattern for all calls to external systems to prevent cascade failures.
Use Mule Domains for Shared Configurations
Use Mule Domains to share global configurations like error handlers, properties, and connection configs.
