MODIFIES RESPONSE OPTIONS VALUE

Retrieves and exposes the current options (key-value configuration) for a selected response within a response template. Use this worker when you need to inspect or pass downstream the configured response options from a specific response template entry.

When to use

Tagged: keyvalue, lookup, response_config, response_options, responsetemplate.

Inputs

Label ID Type Default Required Description
Choose Responsetemplate rt_id remote_lookup Remote lookup selecting the parent response template by ID; required — choose the response template whose responses you want to inspect.
Choose Response rsp_id remote_lookup Remote lookup selecting a specific response within the chosen response template (depends on rt_id); required — identifies the response whose options will be retrieved.

Outputs

Label ID Type Description
Rt Id rt_id integer Integer ID of the selected response template, passed through for traceability or downstream chaining.
Rsp Id rsp_id integer Integer ID of the selected response within the template, passed through for downstream reference.
Rsp Value rsp_value keyvalue Key-value map of all configured options associated with the selected response (e.g. extraction settings, limits, flags).

Disciplines

  • cae.postprocessing.response
  • platform.workflow

Auto-generated from platform schema. Worker id: responsetemplate_get_response_options. Schema hash: 8a4447ebb9ca. Hand-curated docs in workerexamples/ override this page when present.