RENAME TEMPLATE

Renames an existing response template to a new user-supplied name. Use this worker when a template’s label needs to be updated in place without recreating it. Returns the ID of the renamed template for downstream reference.

When to use

Tagged: physicaltest, rename, response_template, template.

Inputs

Label ID Type Default Required Description
New Name new_name scalar The desired new display name for the template; must be a non-empty string — no default, always required.
Template template_id remote_lookup   Remote-lookup selector for the target response template (resolved against /api/user/responsetemplates); leave unset only if the template ID is injected programmatically by an upstream worker.

Outputs

Label ID Type Description
Template Id template_id integer Integer primary key of the successfully renamed response template; pass to downstream workers that reference the template by ID.

Disciplines

  • cae.postprocessing.response
  • platform.workflow

Auto-generated from platform schema. Worker id: rename_template. Schema hash: 857e3ec8a371. Hand-curated docs in workerexamples/ override this page when present.