$workflow# Gives information about the current workflow. 1 2 3 4 5 6// Boolean. Whether the workflow is active (true) or not (false) $workflow.active // Number. The workflow ID. $workflow.id // String. The workflow name. $workflow.name