0 votes
in Mulesoft by
What are the different types of variables in MuleSoft?

1 Answer

0 votes
by

There are three primary variable types in MuleSoft:

  1. Flow variable: Sets or removes variables tied to a message in the current flow.
  2. Record variable: Special variable used only inside Batch Jobs.
  3. Session variables: Sets or removes variables tied to a message in the entire lifecycle.
...