Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 7.5.0
Div
Classe2e-refDiv
Rp

Children Display
depth1

Modeling integration scenarios frequently involves asynchronous processes. For example, a purchase order process is initialized by the first order. Then, the user adds new items until the process is closed by receiving the payment and sending the goods to the customer.
All activities involved in this process (such Such processes are also known as long running transactions) . All activities involved in this process may be separated by days or even weeks making it necessary to hold the states of such a purchase order persistent.

The persistent state management of E2E the Bridge involves the following functions:

  • Querying the persistent state database by state, creation date / time and update date / time
  • Searching the persistent state database for a given primary key
  • Viewing persistent state object details
  • Deletion of single and multiple persistent state objects
  • Managment of persistent state ownership
  • Management of orphaned persistent state classes

...

All users may view the persistent state information.

Image Modified