Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The initial part of the External Flow Lifecycle is the same as the traditional Session Lifecycle, an HTTP session and a Blueriq session are created for the application on the blue Runtime. The blue Runtime will initialize the External Flow to build sending along its session id. The session id of the blue Runtime is used by the green Runtime to create a weak reference to the blue Runtime when creating the External Flow Session in the green Runtime. This  This weak reference is required for when sessions are not cleaned up properly. The External Flow is started in the green Runtime and a new HTTP session and Blueriq session are created with a reference to the blue Runtime session.

...