schema.os.create.index.tasklist-flownode-instance.json Maven / Gradle / Ivy
{
"mappings": {
"dynamic": "strict",
"properties": {
"partitionId": {
"type": "integer"
},
"parentFlowNodeId": {
"type": "keyword"
},
"processInstanceId": {
"type": "keyword"
},
"id": {
"type": "keyword"
},
"position": {
"type": "long"
},
"type": {
"type": "keyword"
},
"key": {
"type": "long"
},
"tenantId": {
"type": "keyword"
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy