Multiple choice technology

To include a message attribute in a message, which symbol is used?

  1. :

  2. &

  3. %

  4. @

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

To include a message attribute in a message body, the ampersand (&) symbol is used as the prefix (e.g., &ITEM_NAME). This syntax tells the workflow engine to substitute the attribute's value at runtime. The colon (:) is used for separators, percent (%) for encoding, and at-sign (@) for other purposes.