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

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

There is a newer version: 7.0.0-alpha5.1
Show newest version
{
  "type": "object",
  "javaType": "io.serverlessworkflow.api.timeouts.WorkflowExecTimeout",
  "properties": {
    "duration": {
      "type": "string",
      "description": "Workflow execution timeout duration (ISO 8601 duration format). If not specified should be 'unlimited'",
      "minLength": 1
    },
    "interrupt": {
      "type": "boolean",
      "description": "If `false`, workflow instance is allowed to finish current execution. If `true`, current workflow execution is abrupted.",
      "default": true
    },
    "runBefore": {
      "type": "string",
      "description": "Name of a workflow state to be executed before workflow instance is terminated",
      "minLength": 1
    }
  },
  "required": [
    "duration"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy