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

schema.elasticsearch.change.1.2.0-0_list-view_script.json Maven / Gradle / Ivy

{
  "description": "Fill in tree path",
  "@type": "processorStep",
  "indexName": "list-view",
  "version": "1.2.0",
  "order": 0,
  "content": "{\"script\": {\"lang\": \"painless\",\"source\": \"if (ctx.joinRelation.name.equals('processInstance')) { ctx.treePath = 'PI_' + ctx.processInstanceKey; }\"}}"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy