Introducing Conditionals in PlayBooks #221
sidPhoenix17
started this conversation in
General
Replies: 1 comment 2 replies
-
For string outputs, I will prefer to have Regex and In List options too for doing comparison. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, we are introducing capability to setup conditional rules within PlayBooks. We are currently working on the design of the functionality and if any of you have any use-cases or comments, please do share!
As part of conditional playbooks, a user will be able to to setup a step output based execution path of the playbook. This will help anyone to execute the playbooks step by step guided by configuration pre-created by the creator of the playbook.
While configuring the playbook steps, the user can do the following on top of the output:
-- Equals (=) with RHS
-- Comparison (<, <=, >, >=, between) with RHS
-- Increased / Decreased (Check against previous window without RHS)
-- Equals (=) with RHS
-- Regex / Substring Match with RHS
-- Contains the RHS
Beta Was this translation helpful? Give feedback.
All reactions