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 |
---|---|
This function matches an error by its type, like an error handler does. |
|
This function enables you to execute a flow within a Mule app and retrieve the resulting payload. |
|
This function returns a string that identifies the value of one of these input properties: Mule property placeholders, System properties, or Environment variables. |