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.3.0

...

This is done using the <<E2EAcceptEventAction>> stereotype. When a signal arrives, its attributes are passed as output. If no signal arrives within the given timeout, an exception will be thrown. Default timeout is 30 seconds.

Noteinfo
iconfalse

The conversation id passed to the accept event action must be exactly assigned that name: conversationID. Otherwise, it will not be recognized as a conversation id.

...

In the example above, the conversation ID received earlier has been stored in attribute creditRequestorConversationID of persistent state class customer. Now, it is re-used when sending the signal the conversation partner is waiting for. Additionally a Boolean is passed as a signal parameter.

Noteinfo
iconfalse

The conversation id passed to the send signal action must be exactly assigned that name: conversationID. Otherwise, it will not be recognized as a conversation id.