RETRIEVES AN OBJECT UNIQUE VALUES OF A GIVEN ATTRIBUTE

Queries the d3VIEW platform for all distinct values of a named attribute across a chosen object type (e.g., all unique status values for Simulations). Use this worker to discover enumeration domains, populate filter lists, or drive downstream branching logic in workflows.

When to use

Tagged: attribute_query, enumeration, filter, platform_objects, simulation, unique_values.

Inputs

Label ID Type Default Required Description
Object Type obj_type select The platform object type to query; select one of: Simulation (solverresultsets), Physicaltest, Hpcjob, Workflow, Mathmodels, Simlytiks, Tasks, Notes, Templates (responsetemplates), Attachment, or User — determines which data store is targeted.
Attribute Name attr_name text The exact attribute (field) name whose distinct values should be retrieved, e.g. status, owner, or project; must match the stored field name on the chosen object type.

Outputs

Label ID Type Description
Attribute Name attr_name text Echo of the queried attribute name (plain text), useful for labelling or chaining into downstream workers.
Unique Values unique_values dataset Dataset containing the full set of distinct values found for the requested attribute across all instances of the selected object type; one row per unique value.

Disciplines

  • data.io.sql
  • data.statistics
  • platform.workflow

Auto-generated from platform schema. Worker id: get_object_unique_attribute_values. Schema hash: 4238be35d843. Hand-curated docs in workerexamples/ override this page when present.