WSF_CYBER_COMPOSITE_TRIGGER

trigger WSF_CYBER_COMPOSITE_TRIGGER
cyber_trigger <name-or-type> WSF_CYBER_COMPOSITE_TRIGGER
   ... cyber_trigger Commands ...

   policy [and | or]
   triggers
      <trigger1>
      <trigger2>
      ...
      <triggerN>
   end_triggers

end_cyber_trigger

Overview

WSF_CYBER_COMPOSITE_TRIGGER provides the capability to reuse and combine the conditional checks from other triggers.

Commands

policy [and | or]

Specifies how the evaluated scripts from the input triggers will be logically combined. Valid options for this command are and and or.

Default: and

triggers … end_triggers

Specifies the triggers whose results of OnEvaluate should be logically combined to trigger this effect.

Note

Triggers specified in this list can not be defined as platform components.