Hi again Tijs,
One more help: when I send "yes" on payload expression, no matter what I do in Mule, the results is ??t"yes".
I tried convert using Object-to-String trasformer only, Object-to-Byte-Array transformer followed by Byte-Array-to-String transformer.
The result is always this <code>??t[payload-expression]</code>.
I've tested sending a similar request from other ways and worked.
ON the unit tests, don't have any example of Mule's transformation with the received Activiti data.
Could you help me?