schema.end.end.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.end.End",
"description": "State end definition",
"properties": {
"terminate": {
"type": "boolean",
"default": false,
"description": "If true, completes all execution flows in the given workflow instance"
},
"produceEvents": {
"type": "array",
"description": "Array of events to be produced",
"items": {
"type": "object",
"$ref": "../produce/produceevent.json"
}
},
"compensate": {
"type": "boolean",
"default": false,
"description": "If set to true, triggers workflow compensation when before workflow executin completes. Default is false"
},
"continueAs": {
"$ref": "continueas.json"
}
},
"required": [
"kind"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy