# $execution ## $execution.id Contains the unique ID of the current workflow execution. ```typescript const executionId = $execution.id; return [{json:{executionId}}]; ```