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

schema.os.create.index.tasklist-process.json Maven / Gradle / Ivy

{
  "mappings": {
    "dynamic": "strict",
    "properties": {
      "flowNodes": {
        "properties": {
          "id": {
            "type": "keyword"
          },
          "name": {
            "type": "keyword"
          }
        }
      },
      "userTaskForms": {
        "properties": {
          "id": {
            "type": "keyword"
          },
          "definition": {
            "type": "text"
          }
        }
      },
      "id": {
        "type": "keyword"
      },
      "key": {
        "type": "keyword"
      },
      "name": {
        "type": "keyword"
      },
      "partitionId": {
        "type": "integer"
      },
      "bpmnProcessId": {
        "type": "keyword"
      },
      "startedByForm": {
        "type": "boolean"
      },
      "formKey": {
        "type": "keyword"
      },
      "formId": {
        "type": "keyword"
      },
      "isFormEmbedded": {
        "type": "boolean"
      },
      "version": {
        "type": "integer"
      },
      "tenantId": {
        "type": "keyword"
      },
      "bpmnXml": {
        "type": "text"
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy