schema.start.start.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.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