File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2003,8 +2003,8 @@ class Validate:
20032003 results. These actions can be used to notify users of validation failures, log issues, or
20042004 trigger other processes when problems are detected.
20052005
2006- Step Actions
2007- ~~~~~~~~~~~~
2006+ * Step Actions*
2007+
20082008 The `actions=` parameter allows you to define actions that are triggered when validation steps
20092009 exceed specific threshold levels (warning, error, or critical). These actions are executed
20102010 during the interrogation process, right after each step is evaluated.
@@ -2046,8 +2046,8 @@ def log_warning():
20462046 [`get_action_metadata()`](`pointblank.get_action_metadata`) function, which provides details
20472047 about the current validation step that triggered the action.
20482048
2049- Final Actions
2050- ~~~~~~~~~~~~~
2049+ * Final Actions*
2050+
20512051 The `final_actions=` parameter lets you define actions that execute after all validation steps
20522052 have completed. These are useful for providing summaries, sending notifications based on
20532053 overall validation status, or performing cleanup operations.
You can’t perform that action at this time.
0 commit comments