Contact Us 1-800-596-4880

Mule (dw::Mule)

This DataWeave module contains functions for interacting with Mule runtime engine.

To use this module, you must import it to your DataWeave code, for example, by adding the line import * from dw::Mule to the header of your DataWeave script.

Functions

Name Description

causedBy

This function matches an error by its type, like an error handler does.

lookup

This function enables you to execute a flow within a Mule app and retrieve the resulting payload.

p

This function returns a string that identifies the value of one of these input properties: Mule property placeholders, System properties, or Environment variables.

Types