Sequence diagram: Terminating an activity

This diagram shows the interaction between the Solution Controller and BCS when an activity is terminated. Usually, an activity terminates when a user logs out of the site.

When the complete method is called from the solution controller to indicate that a particular activity is no longer needed, BCS changes the status of the activity to 'T' to mark it as terminated. Once the activity is marked as terminated, the associated business context objects that are cached in BCS are removed from memory. No other requests can be executed with this activity identifier.

The interaction between the Solution Controller and BCS when an activity is terminated