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"
}
}
}
}