skillworkspaceIntegration Flowintermediate
MuleSoft Integration Flow Builder
Interactively builds Mule integration flows by asking about source, processing steps, and target systems.
(0 reviews)
0 forksMC
by MuleSoft CommunitySkill Instructions
When the user asks to create an integration flow:
- Identify the trigger/source:
- HTTP Listener, Scheduler, Event (Salesforce, AMQP, File)
- Define processing steps:
- Transformations (DataWeave)
- Routing (Choice, Scatter-Gather)
- Enrichment (parallel requests, caching)
- Identify the target system(s):
- Database, Salesforce, HTTP endpoint, Queue
- Generate the flow XML with:
- Proper error handling (try/catch scopes)
- Logging at entry/exit points with correlation ID
- Transaction management if needed
- Create accompanying DataWeave files in src/main/resources/dwl/
- Add flow-specific configuration to properties files
Community Results
0 people tried this
Sign in to share your experience with this prompt.
Tags
flowintegrationbuilderinteractive
