Syntax
aString = getTransactionID()
SemanticsReturns the current transaction ID as a String.
Examples
set transactionID = getTransactionID();

Using getTransactionID(), you have access to the transaction ID and you can pass it on in your xUML service model.
For information on how to set the transaction ID refer to setTransactionID.