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

schema.opensearch.create.template.operate-sequence-flow.json Maven / Gradle / Ivy

{
	"mappings": {
    "dynamic": "strict",
		"properties": {
			"activityId": {
				"type": "keyword"
			},
			"partitionId": {
				"type": "integer"
			},
			"processInstanceKey": {
				"type": "long"
			},
			"processDefinitionKey": {
				"type": "long"
			},
			"bpmnProcessId": {
				"type": "keyword"
			},
			"id": {
				"type": "keyword"
			},
			"key": {
				"type": "long"
			},
            "tenantId": {
              "type": "keyword"
            }
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy