Join activity session qualifier

The join activity session qualifier determines whether the target service is capable of joining a client propagated activity session.

Location: You can apply the qualifier at three levels of a component or import:
  • For all of its interfaces
  • For an individual interface
  • For an individual operation of an interface
Settings: The join activity session qualifier can have these settings:
  • True - The hosting container will join any activity session propagated by a client.
  • False (default) - The hosting container will not join any activity session propagated by a client.

Programming notes

Asynchronous component implementations should not expose join activity session set to "true" on any of its asynchronous interfaces.