Metadata Fields
pipeline:
$title: Assign 'value' to ctx.field
ctx:
'$.field':
inline: 'value'$title
$parameters
pipeline:
# provide parameters.test value right to the action
$parameters:
test: true
ctx:
'$.field':
# reference parameters field provided inside the metadata
inline: $ref:parameters.testLast updated
Was this helpful?