![JAR search and dependency download from the Maven repository](/logo.png)
schema.events.eventref.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of serverlessworkflow-api Show documentation
Show all versions of serverlessworkflow-api Show documentation
Java SDK for Serverless Workflow Specification
{
"type": "object",
"javaType": "io.serverlessworkflow.api.events.EventRef",
"description": "Event References",
"properties": {
"triggerEventRef": {
"type": "string",
"description": "Reference to the unique name of a 'produced' event definition"
},
"resultEventRef": {
"type": "string",
"description": "Reference to the unique name of a 'consumed' event definition"
},
"data": {
"type": "string",
"description": "Expression which selects parts of the states data output to become the data of the produced event."
},
"contextAttributes": {
"existingJavaType": "java.util.Map",
"type": "object",
"description": "Add additional extension context attributes to the produced event"
}
},
"required": [
"triggerEventRef",
"resultEventRef"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy