In , variables are typically set using the Set Variable transformer.
To access this variable in a script or expression, use the syntax specific to your platform. Example (DataWeave): vars.wunderwise.laura_soft.1.var Example (Java/Spring): $wunderwise.laura_soft.1.var : Flow Variables : Exist only within a single processing flow.
: Many systems treat laura_soft and Laura_Soft differently. Ensure the casing matches exactly as defined in your configuration files. wunderwise.laura_soft.1.var
: Persist across different flows within the same application session. Troubleshooting Common Issues
: Typically indicates a version number or a specific instance ID. In , variables are typically set using the
For , you would define this in your local shell using export (Unix) or setx (Windows). Retrieval :
: The root namespace, likely referring to the parent application or platform environment. : Many systems treat laura_soft and Laura_Soft differently
: If the variable returns null, ensure it is defined before the process attempts to call it. Use the MuleSoft Debugger to verify the variable's state at runtime.