Multiple choice technology programming languages

Which of the following BPEL functions can be used to read the contents of a BPEL variable?

  1. getVariableData

  2. getContentAsString

  3. getElement

  4. getVariableProperty

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In BPEL (Business Process Execution Language), the standard XPath extension function getVariableData is used to retrieve and read data from a specified BPEL variable.