Skip to main content

Explore MuleSoft Composer

Learning Objectives

After completing this unit, you’ll be able to:

  • Launch MuleSoft Composer.
  • Describe the components of a MuleSoft Composer flow.
  • Describe the flow creation tasks.

Launch MuleSoft Composer

MuleSoft Composer is available as a standalone application, or as an application for authorized users in your Salesforce org called MuleSoft Composer for Salesforce. You don’t need to install the standalone version, but you do need an admin to install MuleSoft Composer for Salesforce. To learn how to install and configure MuleSoft Composer for Salesforce, take the MuleSoft Composer Installation and Configuration module.

To launch the MuleSoft Composer standalone application, navigate to the MuleSoft Composer website.

Or, to launch the MuleSoft Composer for Salesforce as an authorized MuleSoft Composer user (with the MuleSoft Composer User permission set), take the following steps. 

Note

Don’t try to take these steps in your Trailhead Playground. MuleSoft Composer is not available in the Trailhead Playground.

  1. Log into your Salesforce org using your username and password.
  2. From the App Launcher, enter Composer and select MuleSoft Composer.

Components of a MuleSoft Composer Flow

Now, let's get started with MuleSoft Composer. Take a look at this video demonstration showing the basics of how to create a flow.

MuleSoft Composer enables everyone to automate and integrate using flows, a sequence of steps that you assemble and configure to integrate systems and data.

Welcome page with a Create New Flow button.

To get started with creating flows:

  1. Click Create New Flow. A dropdown menu appears.
  2. Click Create New Flow from Scratch. A blank canvas appears. This canvas is the working area where you design a flow.
  3. Or, to instead use a pre-designed flow, click Create New Flow from Template. A page with a list of template flows appears.

When you design a flow, you can use a number of components.

Components for Interacting with Systems

Component Name

Description

Example

Trigger

Starts the flow’s sequence of actions. Flows can start with the following types of triggers:

  • System event: Connect to a system that triggers the flow whenever the event you define occurs.
  • Invoke: Invoke the flow from an external system using an HTTP POST request.
  • Scheduler: Define a period of time that must pass before the flow is triggered.

Trigger called “On New record in Salesforce”

This trigger is a system event trigger. In this case, the flow is triggered every time a record of type Opportunity is created in the connected Salesforce org.

Connection

A configuration that uses a connector and associated user or system credentials to connect to a system. Use connections at different steps to perform specific tasks, such as connecting to a system, checking for triggers, and retrieving or manipulating data. 

Trigger called “On New record in Salesforce.”

This system event trigger uses a connection to a Salesforce org.

System action

A step in the flow that performs a task in a system. An action might extract data from a system, manipulate data, or send a notification in a system.

Action called “Create a Sales Order in NetSuite.”

This action creates a sales order in NetSuite.

Variable

Stores data, including data pills, aggregated values, and custom expressions. You define variables locally within a flow and use them anywhere within that flow.

You can create variables in one step and update them in later steps.

A block creating a variable.

This variable called Number of Failed Sales Order Creations is created and set to 0.

Components for Flow Control and Logic

Some components allow you to control how the flow will proceed or the logic of a flow.

Component Name

Description

Example

If/Else block

Evaluates whether data from the preceding steps meets a specific condition.

  • If the data meets the condition, the flow takes a corresponding branch and performs one or more actions on that branch.
  • If the data does not meet the condition, the flow does not take the branch.

If/Else block, showing the condition that the If section must meet.

This If/Else block evaluates whether the Stage field of the opportunity record is equal to Closed Won.

For Each block

Iterates over each record of the input data and performs one or more actions. 

For Each block, with a list of accounts from Salesforce as the input.

A For Each block might iterate over each account in the input list.

Error Handler block

Watch for whether an error has occurred in the step(s) within the Watch section. If there is an error, the flow performs the steps specified in the On Error section.

Error Handler block, showing a Watch section and an On Error section.

In this example, the Error Handler watches for any errors that occur in an action step. If an error occurs, the flow evaluates the steps in the On Error section, then stops the flow.

Now that you’ve learned the main components of a flow, let’s see how they work in an example flow:

Step 1 of flow, showing a Trigger that starts the flow whenever a new opportunity is created.

Step 2 of flow showing an If/Else block; Step 3 of flow showing an If block with the condition that Stage must be Closed Won; Step 4 of flow showing an action to get associated accounts in Salesforce; Step 5 of flow showing an action to get opportunity products in Salesforce.

ep 6 of flow showing an Error Handler; Step 7 of flow showing the Watch section of Error Handler; Step 8 showing the action that is watched by Step 7; Step 9 showing the On Error section that stops the flow after an error is encountered.

This flow is triggered whenever a new opportunity is created in NTO’s production Salesforce org. If the opportunity’s stage is Closed Won, the flow retrieves the accounts and opportunity products associated with the opportunity. Then, the flow attempts to create a sales order in NetSuite, which the error handler watches. If the flow successfully creates a sales order, the flow will end successfully. But if the flow unsuccessfully creates a sales order, the flow will be stopped and marked as failed on the Run History.

Flow Creation Tasks

Create flows easily and efficiently with MuleSoft Composer by performing the following flow creation tasks. 

Task Description

1. Plan

First, identify your integration problems and come up with the appropriate solutions. 


Then, identify the systems you need to access, the credentials you need to access those systems, and the data you want to retrieve and synchronize between those systems.

2. Design and test

Next, use MuleSoft Composer to build flows by adding and configuring relevant connections, triggers, If/Else blocks, branches, For Each blocks, and actions.


As you add each step to your flow, test it to ensure that the flow works as required.

3. Activate

After you’ve tested the entire flow, activate it so that it can start performing the integration tasks you designed.

4. Monitor and troubleshoot

After the flow is active, it continues to run in the background. If there's an issue with running the flow, MuleSoft Composer displays the information on the Flow Detail Page. 


Use the information for a failed instance to troubleshoot your flow.

5. Deactivate

Over time, if the flow no longer serves its intended purpose, deactivate it.

In this module, you learned when you can use MuleSoft Composer to automatically integrate systems and data. You also explored the MuleSoft Composer features, flow components, and flow creation tasks.

To learn how to use MuleSoft Composer to build and run flows that solve common integration problems, take the other modules in the MuleSoft Composer Trailmix.

Resources

Keep learning for
free!
Sign up for an account to continue.
What’s in it for you?
  • Get personalized recommendations for your career goals
  • Practice your skills with hands-on challenges and quizzes
  • Track and share your progress with employers
  • Connect to mentorship and career opportunities