Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 24.0
Div
Classe2e-refDiv
Rp
Syntax
Code Block
languagenone
aString = getTransactionID()
Semantics

Returns the current transaction ID as a String.

Info

The transaction ID has a maximum length of 40 characters. Longer values are cut by the xUML Runtime.

Examples
Code Block
languagenone
set transactionID = getTransactionID();

...

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNametransaction_id
PageWithExcerptINTERNAL:_bridge_excerpts
Multiexcerpt include
MultiExcerptName

...

transaction_id_

...

analyzer
PageWithExcerpt

...

This ID will be passed on through the call stack of the xUML service, so that the whole transaction can be traced. When analyzing the log file in case of error, this can be useful.

...

setTransactionID

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.

...