IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Advanced development topics > Assuring Quality of Service > Quality of service qualifier reference
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.
Quality of service qualifier reference
Related reference:
Activity session qualifier
Suspend activity session qualifier