All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.start.start.json Maven / Gradle / Ivy

There is a newer version: 7.0.0-alpha5.1
Show newest version
{
  "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