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

schema.timeouts.stateexectimeout.json Maven / Gradle / Ivy

{
  "type": "object",
  "javaType": "io.serverlessworkflow.api.timeouts.StateExecTimeout",
  "properties": {
    "single": {
      "type": "string",
      "description": "Single state execution timeout, not including retries (ISO 8601 duration format)",
      "minLength": 1
    },
    "total": {
      "type": "string",
      "description": "Total state execution timeout, including retries (ISO 8601 duration format)",
      "minLength": 1
    }
  },
  "required": [
    "total"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy