
schema.start.start.json Maven / Gradle / Ivy
{
"type": "object",
"javaType": "io.serverlessworkflow.api.start.Start",
"description": "State start definition",
"properties": {
"stateName": {
"type": "string",
"description": "Name of the starting workflow state",
"minLength": 1
},
"schedule": {
"description": "Define when the time/repeating intervals at which workflow instances can/should be started",
"$ref": "../schedule/schedule.json"
}
},
"required": [
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy