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

schema.branches.branch.json Maven / Gradle / Ivy

There is a newer version: 7.0.0-alpha5.1
Show newest version
{
  "type": "object",
  "javaType": "io.serverlessworkflow.api.branches.Branch",
  "description": "Branch Definition",
  "properties": {
    "name": {
      "type": "string",
      "description": "Branch name"
    },
    "actions": {
      "type": "array",
      "description": "Actions to be executed in this branch",
      "items": {
        "type": "object",
        "$ref": "../actions/action.json"
      }
    },
    "timeouts": {
      "$ref": "../timeouts/timeoutsdef.json"
    }
  },
  "oneOf": [
    {
      "required": [
        "name",
        "actions"
      ]
    },
    {
      "required": [
        "name"
      ]
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy