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

schema.es.create.template.tasklist-task.json Maven / Gradle / Ivy

{
	"mappings": {
		"dynamic": "strict",
		"properties": {
			"flowNodeBpmnId": {
				"type": "keyword"
			},
			"flowNodeInstanceId": {
				"type": "keyword"
			},
			"partitionId": {
				"type": "integer"
			},
			"completionTime": {
				"format": "date_time || epoch_millis",
				"type": "date"
			},
			"processInstanceId": {
				"type": "keyword"
			},
			"id": {
				"type": "keyword"
			},
			"position": {
				"type": "long"
			},
			"state": {
				"type": "keyword"
			},
			"key": {
				"type": "long"
			},
			"creationTime": {
				"format": "date_time || epoch_millis",
				"type": "date"
			},
			"bpmnProcessId": {
				"type": "keyword"
			},
			"processDefinitionId": {
				"type": "keyword"
			},
			"assignee": {
				"type": "keyword"
			},
			"candidateGroups": {
				"type": "keyword"
			},
			"candidateUsers": {
				"type": "keyword"
			},
			"formKey": {
				"type": "keyword"
			},
			"formId": {
				"type": "keyword"
			},
			"formVersion": {
				"type": "long"
			},
			"isFormEmbedded": {
				"type": "boolean"
			},
			"followUpDate" : {
				"format": "date_time || epoch_millis",
				"type": "date"
			},
			"dueDate" : {
				"format": "date_time || epoch_millis",
				"type": "date"
			},
			"tenantId": {
				"type": "keyword"
			},
			"implementation": {
				"type": "keyword"
			}
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy