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

schema.cron.crondef.json Maven / Gradle / Ivy

There is a newer version: 7.0.0-alpha2
Show newest version
{
  "type": "object",
  "javaType": "io.serverlessworkflow.api.cron.Cron",
  "description": "Schedule cron definition",
  "properties": {
    "expression": {
      "type": "string",
      "description":  "Repeating interval (cron expression) describing when the workflow instance should be created"
    },
    "validUntil": {
      "type": "string",
      "description":  "Specific date and time (ISO 8601 format) when the cron expression invocation is no longer valid"
    }
  },
  "required": [
    "expression"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy