pluginscoreconditionNot Table of Contents Table of ContentsExamplesPropertiesconditionsContribute Join us on Slack YouTube GitHub Twitter LinkedIn Condition to exclude others conditions.yamltype: "io.kestra.plugin.core.condition.Not"Examplesyaml- conditions: - type: io.kestra.plugin.core.condition.Not conditions: - type: io.kestra.plugin.core.condition.DateTimeBetween after: "2013-09-08T16:19:12Z"Propertiesconditions *RequiredNon-dynamicarray SubType Condition Dynamic NO Min items 1The list of conditions to exclude.If any conditions is true, it will prevent the event's execution.