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

schema.workflow-01.produce.produceevent.json Maven / Gradle / Ivy

{
  "type": "object",
  "javaType": "org.jbpm.serverless.workflow.api.produce.ProduceEvent",
  "properties": {
    "nameRef": {
      "type": "string",
      "description": "References a name of a defined event",
      "minLength": 1
    },
    "data": {
      "type": "string",
      "description": "JSONPath expression which selects parts of the states data output to become the data of the produced event"
    }
  },
  "required": [
    "nameRef"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy