Skip to main content

Function: getWorkflowTemplatePropertiesRoot()

function getWorkflowTemplatePropertiesRoot(
context: RuleContext
): YAMLMapping | null;

Defined in: _internal/workflow-template-properties.ts:19

Read and return the template metadata root mapping if present.

Parametersโ€‹

contextโ€‹

RuleContext

Returnsโ€‹

YAMLMapping | null