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
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
MultiExcerptNametransaction_id_analyzer
PageWithExcerptsetTransactionID

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.

rp
Panel
titleRelated Pages: