Argo Workflows · JSON Structure

Argo Workflows Github Com Argoproj Argo Events Pkg Apis Events V1Alpha1 Event Dependency Filter Structure

EventDependencyFilter defines filters and constraints for a io.argoproj.workflow.v1alpha1.

Type: object Properties: 7
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.EventDependencyFilter is a JSON Structure definition published by Argo Workflows, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

context data dataLogicalOperator exprLogicalOperator exprs script time

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-github-com-argoproj-argo-events-pkg-apis-events-v1alpha1-event-dependency-filter-structure.json",
  "name": "github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.EventDependencyFilter",
  "description": "EventDependencyFilter defines filters and constraints for a io.argoproj.workflow.v1alpha1.",
  "type": "object",
  "properties": {
    "context": {
      "name": "Context filter constraints",
      "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.EventContext"
    },
    "data": {
      "type": "array",
      "name": "Data filter constraints with escalation",
      "items": {
        "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.DataFilter"
      }
    },
    "dataLogicalOperator": {
      "description": "DataLogicalOperator defines how multiple Data filters (if defined) are evaluated together.\nAvailable values: and (&&), or (||)\nIs optional and if left blank treated as and (&&).",
      "type": "string"
    },
    "exprLogicalOperator": {
      "description": "ExprLogicalOperator defines how multiple Exprs filters (if defined) are evaluated together.\nAvailable values: and (&&), or (||)\nIs optional and if left blank treated as and (&&).",
      "type": "string"
    },
    "exprs": {
      "description": "Exprs contains the list of expressions evaluated against the event payload.",
      "type": "array",
      "items": {
        "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.ExprFilter"
      }
    },
    "script": {
      "description": "Script refers to a Lua script evaluated to determine the validity of an io.argoproj.workflow.v1alpha1.",
      "type": "string"
    },
    "time": {
      "name": "Time filter on the event with escalation",
      "$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TimeFilter"
    }
  }
}