Descriptor Conditions

Use Descriptor Conditions to display descriptive information about an invocation request.

Descriptive information about an invocation request is also available on the Task Admin page and Admin API. Also, the Descriptor name is part of any log message for a task with a Descriptor Condition.

Create Descriptors with the DescriptorFactory. For example:

DescriptorFactory descFactory = DescriptorFactory.getInstance();
descFactory.create("C++ Driver Linux Build");

You cannot create a Condition Set of Descriptors. A Descriptor Condition can be only a sole Condition in a Service or Service Set.