Readout of Form Variables with Javascript

I can readout my BusinessKey with
${execution.getProcessEngineServices().getRuntimeService().createMessageCorrelation(“helloFriend”).setVariable(“BKey”, execution.businessKey).correlateWithResult()}

How do I readout of Form Variables with the same tecnique?