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

schema.opensearch.create.template.operate-flownode-instance.json Maven / Gradle / Ivy

{
	"mappings": {
    "dynamic": "strict",
		"properties": {
			"flowNodeId": {
				"type": "keyword"
			},
			"partitionId": {
				"type": "integer"
			},
			"endDate": {
				"format": "date_time || epoch_millis",
				"type": "date"
			},
			"incidentKey": {
				"type": "long"
			},
			"scopeKey": {
				"type": "long"
			},
			"processInstanceKey": {
				"type": "long"
			},
			"processDefinitionKey": {
				"type": "long"
			},
			"bpmnProcessId": {
				"type": "keyword"
			},
			"id": {
				"type": "keyword"
			},
			"position": {
				"type": "long"
			},
			"state": {
				"type": "keyword"
			},
			"type": {
				"type": "keyword"
			},
			"key": {
				"type": "long"
			},
			"startDate": {
				"format": "date_time || epoch_millis",
				"type": "date"
			},
			"treePath": {
				"type": "keyword"
			},
			"level": {
				"type": "long"
			},
			"incident": {
				"type": "boolean"
			},
            "tenantId": {
              "type": "keyword"
            }
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy