All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.events.onevents.json Maven / Gradle / Ivy

There is a newer version: 7.0.0-alpha5.1
Show newest version
{
  "type": "object",
  "javaType": "io.serverlessworkflow.api.events.OnEvents",
  "description": "Actions to be performed on Events arrival",
  "properties": {
    "eventRefs": {
      "type": "array",
      "description": "References one or more unique event names in the defined workflow events",
      "items": {
        "type": "object",
        "existingJavaType": "java.lang.String"
      }
    },
    "actionMode": {
      "type": "string",
      "enum": [
        "sequential",
        "parallel"
      ],
      "description": "Specifies how actions are to be performed (in sequence of parallel)",
      "default": "sequential"
    },
    "actions": {
      "type": "array",
      "description": "Actions to be performed.",
      "items": {
        "type": "object",
        "$ref": "../actions/action.json"
      }
    },
    "eventDataFilter": {
      "$ref": "../filters/eventdatafilter.json"
    }
  },
  "required": [
    "eventRefs",
    "actions"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy