/
Output-Triggers

Output-Triggers

Used In: Action sections

Status: Optional

Use the optional Output-Triggers attribute to specify additional processing after the Action-Commands attribute has been executed. Output-Triggers can be used to continue processing with one or more additional Triggers or Issues.

Output-Triggers can perform many independent actions on the output of Action-Commands. Below, two additional Triggers are called in order; when finished, the script calls an Issue.

Example

Output-Triggers:

Process Down Interfaces <- Trigger

Process Up Interfaces <- Trigger

Generate Initial Interface Issue <- Issue

Related content