Context State
version: 1.0.0
pipeline:
plugin:
# Pass "something" from "ctx"
contextValue: <%- ctx.something %>
# Pass "password" from "secrets"
secretValue: <%- secrets.password %>Action Handler: Context Values Assignment
Action Handler: Secret Values Assignment
Action Handler: Summary
Last updated
Was this helpful?