![JAR search and dependency download from the Maven repository](/logo.png)
schema.states.callbackstate.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.states.CallbackState",
"javaInterfaces": [
"io.serverlessworkflow.api.interfaces.State"
],
"description": "This state is used to wait for events from event sources and then transitioning to a next state",
"extends": {
"$ref": "defaultstate.json"
},
"properties": {
"action": {
"description": "Defines the action to be executed",
"$ref": "../actions/action.json"
},
"eventRef": {
"type" : "string",
"description": "References an unique callback event name in the defined workflow events"
},
"timeout": {
"type": "string",
"description": "Time period to wait for incoming events (ISO 8601 format)"
},
"eventDataFilter": {
"description": "Callback event data filter definition",
"$ref": "../filters/eventdatafilter.json"
}
},
"required": [
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy