.. _auto_responsetemplate_create_from_library: *CREATE TEMPLATE FROM LIBRARY* ============================== Creates a new response template in the current project by copying an entry from the shared template library. Use this worker to bootstrap KPI/response definitions from a curated library rather than authoring them from scratch. An optional alternate name and a conflict-resolution flag control how naming collisions are handled. When to use ----------- Tagged: ``clone``, ``create``, ``kpi``, ``library``, ``response``, ``responsetemplate``, ``template``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Choose Template - template_id - remote_lookup - — - - Library template to copy — select from the remote lookup list (`remote_lookup_templates_library`); required to identify the source definition. * - Alternate Name - alt_name - text - — - - Optional override name for the newly created template; if left blank the library template's original name is used. * - Delete Existing - delete_existing - select - no - ✓ - Controls collision handling: set to 'yes' to delete any existing template that shares the target name before creation; defaults to 'no' (safe mode). Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Template - responsetemplate_id - integer - Integer primary key of the newly created response template record (`dataType: templates`), usable as input to downstream response-extraction or KPI-rollup workers. Disciplines ----------- - cae.postprocessing.response - platform.workflow .. raw:: html

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