Hear from Salesforce leaders on how to create and deploy Agentforce agents.
Contact Us 1-800-596-4880

props

props(): Dictionary<String>

Returns all the properties configured for Mule runtime.

Example

This example returns all properties from the java.util.Properties class.

Source

%dw 2.0
import * from dw::Runtime
output application/dw
---
{ "props" : props() }
DataWeave

Output