Definition Of operation
.
Occasionally, you may search for multiple query criterion values. The IN
operator allows searching for multiple values where any of the values match.
To use the IN
operator, select a query criterion that supports the IN
operator, and provide the values as a comma-separated list. To adjust the comma-separated list of values,
start editing by clicking on the value. You can expand the value in a modal dialog for easier editing by clicking on the button.
IN Operator Modal
The instance search operates on the history endpoint of the engine. In case the requested historic data is not persisted to the database, then the search does not deliver the desired results.
Confirmation of operation
![Example img](./../img/batch/batch_operation_confirmation.png" alt="Batch Operation Confirmation" caption="
In the next step of the process, you can review the operation that is going to be performed. One can see a short summary of affected instances count as well as a button which toggles display of extended information. In the section with extended information, you see a path to the REST endpoint that will process the request as well as the payload of the request.
Review results
![Example img](./../img/batch/batch_operation_result.png" alt="Batch Operation Result" caption="
On the results screen you will see the current status of the batch operation creation. Upon successful batch creation, the user is able to navigate to batch monitoring. In case of error, this screen will display a corresponding error message.