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

schema.end.end.json Maven / Gradle / Ivy

There is a newer version: 7.0.0-alpha5.1
Show newest version
{
  "type": "object",
  "javaType": "io.serverlessworkflow.api.end.End",
  "description": "State end definition",
  "properties": {
    "terminate": {
      "type": "boolean",
      "default": false,
      "description": "If true, completes all execution flows in the given workflow instance"
    },
    "produceEvents": {
      "type": "array",
      "description": "Array of events to be produced",
      "items": {
        "type": "object",
        "$ref": "../produce/produceevent.json"
      }
    },
    "compensate": {
      "type": "boolean",
      "default": false,
      "description": "If set to true, triggers workflow compensation when before workflow executin completes. Default is false"
    },
    "continueAs": {
      "$ref": "continueas.json"
    }
  },
  "required": [
    "kind"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy