Function: getWorkflowTemplatePropertiesRoot()
function getWorkflowTemplatePropertiesRoot(
context: RuleContext
): YAMLMapping | null;
Defined in: _internal/workflow-template-properties.ts:20
Read and return the template metadata root mapping if present.
Parameters
context
RuleContext
Returns
YAMLMapping | null