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

schema.opensearch.create.index.operate-process.json Maven / Gradle / Ivy

{
	"mappings": {
    "dynamic": "strict",
		"properties": {
			"bpmnProcessId": {
				"type": "keyword",
				"eager_global_ordinals": true
			},
			"bpmnXml": {
				"type": "text",
				"index": false
			},
			"id": {
				"type": "keyword"
			},
			"key": {
				"type": "keyword"
			},
			"name": {
				"type": "keyword"
			},
			"partitionId": {
				"type": "integer"
			},
			"resourceName": {
				"type": "keyword"
			},
			"version": {
				"type": "long"
      },
      "versionTag": {
        "type": "keyword"
      },
      "flowNodes": {
        "type": "object",
        "properties": {
          "id": {
            "type": "keyword"
          },
          "name": {
            "type": "keyword"
          }
        }
      },
      "tenantId": {
        "type": "keyword"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy