Copy as Markdown View as Markdown (opens in new tab) View on GitHub (opens in new tab) Open in... ChatGPT (opens in new tab) Claude (opens in new tab) Perplexity (opens in new tab) version version(): String Returns the DataWeave version that is currently running. Introduced in DataWeave version 2.5.0. Example This example returns the DataWeave version. Source %dw 2.0 import * from dw::Runtime output application/json --- version() Output "2.5"