Deployed Processes



Process Instances Search
Enterprise FeaturePlease note that this feature is only included in the enterprise edition of ASEE Flow, it is not available in the community edition.

String, Number, or Boolean. To search for a variable of type string, which has a numeric, boolean or null value, you have to wrap the value in single quotes (e.g., '93288' or 'NULL'). You can combine multiple search pills to narrow down the search results.
To add additional columns to the details of the search results, click on the ‘Add column’ button and select the desired details in the drop down menu that appears.
Furthermore, you can copy a link to the current search query to your clipboard by clicking on the button and you can save search queries to your local browser storage by clicking on the button and inserting a name in the drop down menu that appears. You can then retrieve the search query by clicking on the button and selecting the chosen name in the drop down menu.
You can always either search for process instances or for incidents. When you add a parameter for an incident search, you can not add a second parameter which would search for a process instance and vice versa.
You can perform batch operation on process instances matching search criteria by clicking “Batch operation” button.
Heads-up!The process 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.
CSV Export for Process Instances
Sometimes incidents make it necessary for the Operations Engineer to intervene manually. However, these incidents might not always be solvable from Cockpit if other services or systems are involved. For this case, Cockpit provides a feature to export affected process instances and their process variable values as CSV spreadsheets. The export feature helps to communicate efficiently with other system owners.

Heads-up!
- Exporting all pages is more inefficient than exporting a selection or a single page of process instances and can cause extra load on the database and application server. Also, a more complex query that runs against an unbounded number of rows affects the execution time negatively.
- For security reasons, you can limit the maximum number of process instances that can be exported via the Query Maximum Results Limit.

Export Result
The format of the export result is a file of Comma-separated values (CSV) (opens an external link to Wikipedia).Structure of the Spreadsheet
- Each row in the spreadsheet represents a process instance, while each property has its dedicated column.
- The spreadsheet has a dedicated column for each variable property and displays its value in the respective row that matches with the process instance.
- The spreadsheet displays:
- A
nullvalue as<<NULL>> - An unsupported variable value type as
<<UNSUPPORTED TYPE>> - A non-existing variable as empty cell.
- A
Example

Limitations
- You can only export variables with the following value types:
booleanstringdatedouble,integer,long,short(number types)
- You can only export the value property of a variable.
Copy the IDs of selected Process Instances
Sometimes incidents make it necessary for the Operations Engineer to intervene manually. To make it easier to work with a subset of Process Instances it is possible to copy the IDs of the selected Process Instances using theCopy selected Process Instances IDs button:

IN filter operator or the Not In filter operator.
IN operator

IN operator support when filtering for process instances for the following query criteria:
- Process instance ID
- Business key
- Process definition key
- Variable value
AND (conjunctive normal form).
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.

NOT IN operator

NOT IN operator support when filtering for process instances for the following query criteria:
- Process instance ID
- Process definition key
NOT IN operator to exclude any results matching one of the specified values.
By default, all search criteria are combined with a logical AND (conjunctive normal form). If you need to exclude multiple values, select a criterion that supports the NOT IN operator and provide them as a comma-separated list. To edit the list, click the value. For more extensive editing, click the
button to open a modal dialog.

Delete process definitions
Enterprise FeaturePlease note that this feature is only included in the enterprise edition of ASEE Flow, it is not available in the community edition.
