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

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

There is a newer version: 7.0.0-alpha5.1
Show newest version
{
  "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 - 2025 Weber Informatics LLC | Privacy Policy