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

schema.opensearch.create.template.operate-user-task.json Maven / Gradle / Ivy

{
  "mappings": {
    "dynamic": "strict",
    "properties": {
      "userTaskKey": {
        "type": "long"
      },
      "assignee": {
        "type": "keyword"
      },
      "candidateGroups": {
        "type": "text"
      },
      "candidateUsers": {
        "type": "text"
      },
      "dueDate": {
        "format": "date_time || epoch_millis",
        "type": "date"
      },
      "followUpDate": {
        "format": "date_time || epoch_millis",
        "type": "date"
      },
      "formKey": {
        "type": "long"
      },
      "elementId": {
        "type": "keyword"
      },
      "elementInstanceKey": {
        "type": "long"
      },
      "bpmnProcessId": {
        "type": "keyword"
      },
      "processDefinitionKey": {
        "type": "long"
      },
      "processDefinitionVersion": {
        "type": "integer"
      },
      "processInstanceKey": {
        "type": "long"
      },
      "variables": {
        "type": "text"
      },
      "externalReference": {
        "type": "keyword"
      },
      "action": {
        "type": "keyword"
      },
      "changedAttributes": {
        "type": "text"
      },
      "id": {
        "type": "keyword"
      },
      "key": {
        "type": "long"
      },
      "partitionId": {
        "type": "integer"
      },
      "tenantId": {
        "type": "keyword"
      },
      "position": {
        "type": "long"
      },
      "priority": {
        "type": "integer"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy