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

schema.produce.produceevent.json Maven / Gradle / Ivy

There is a newer version: 7.0.0-alpha2
Show newest version
{
  "type": "object",
  "javaType": "io.serverlessworkflow.api.produce.ProduceEvent",
  "properties": {
    "eventRef": {
      "type": "string",
      "description": "References a name of a defined event",
      "minLength": 1
    },
    "data": {
      "type": "string",
      "description": "Workflow expression which selects parts of the states data output to become the data of the produced event"
    },
    "contextAttributes": {
      "type": "object",
      "description": "Add additional event extension context attributes",
      "existingJavaType": "java.util.Map"
    }
  },
  "required": [
    "eventRef"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy