Reindex all process instances in the database.
A new index will be created, filled with the data and the alias is swapped to this new index at the end of the operation
This method will return immediately, but the indexing will happen asynchronously on a background thread.
Reindex one process instance. This method, contrary to reindexProcessInstance(String) runs synchronously.
If the process instance is a root process instance, data changes will be propagated to all children.
Reindex all process activity instances in the database.
A new index will be created, filled with the data and the alias is swapped to this new index at the end of the operation
This method will return immediately, but the indexing will happen asynchronously on a background thread.
Reindex all tasks in the database.
A new index will be created, filled with the data and the alias is swapped to this new index at the end of the operation
This method will return immediately, but the indexing will happen asynchronously on a background thread.
Reindex all case instances in the database.
A new index will be created, filled with the data and the alias is swapped to this new index at the end of the operation
This method will return immediately, but the indexing will happen asynchronously on a background thread.
Reindex one case instance. This method, contrary to reindexCaseInstance(String) runs synchronously.
If the process instance is a root process instance, data changes will be propagated to all children.
Reindex all plan item instances in the database.
A new index will be created, filled with the data and the alias is swapped to this new index at the end of the operation
This method will return immediately, but the indexing will happen asynchronously on a background thread.
Reindex all content items in the database.
A new index will be created, filled with the data and the alias is swapped to this new index at the end of the operation
This method will return immediately, but the indexing will happen asynchronously on a background thread.
Reindex all work instances (i.e. root process and case instances) in the database.
A new index will be created, filled with the data and the alias is swapped to this new index at the end of the operation
This method will return immediately, but the indexing will happen asynchronously on a background thread.
There is no 'single work instance' reindex method. This is done by calling reindexProcessInstance(String) or
reindexCaseInstance(String), which will update the work index if the instance is a root instance.