
schema.switchconditions.datacondition.json Maven / Gradle / Ivy
{
"type": "object",
"javaType": "io.serverlessworkflow.api.switchconditions.DataCondition",
"javaInterfaces": [
"io.serverlessworkflow.api.interfaces.SwitchCondition"
],
"description": "Switch state data based condition",
"properties": {
"name": {
"type": "string",
"description": "Data condition name"
},
"condition": {
"type": "string",
"description": "Workflow expression evaluated against state data. True if results are not empty"
},
"transition": {
"$ref": "../transitions/transition.json",
"description": "Next transition of the workflow if there is valid matches"
},
"end": {
"$ref": "../end/end.json",
"description": "Workflow end definition"
}
},
"required": [
"condition",
"transition"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy