Context Propagation in PlayBooks using Global Variables #265
sidPhoenix17
started this conversation in
General
Replies: 1 comment
-
We have released this in our latest release v1.4.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-Read:
Playbooks allow variables that can be configured in any of the queries and can be changed in real-time when executing them from the web. This allows them to reuse a playbook for similar services / components.
Workflows enable users to execute such a playbook from a trigger of an API call / Alerts. Since these playbooks get executed in background, the user loses the ability to edit these variables before executing.
Objective:
To give the user more control over their playbook executions, we have allowed user to include parameters in their API call triggers which get passed to the playbook on the execution. Similar context passing is being built for triggers from Slack / Pagerduty alerts.
Request for Inputs:
Beta Was this translation helpful? Give feedback.
All reactions