Function: getMappingValueAsSequence()
function getMappingValueAsSequence(
mapping: YAMLMapping,
key: string
): YAMLSequence | null;
Defined in: _internal/workflow-yaml.ts:193
Resolve a mapping child by key, ensuring the value is a sequence.
Parameters
mapping
YAMLMapping
key
string
Returns
YAMLSequence | null