Hierarchy
-
Processes
- EmployeeItemProcesses
Properties
_searchInstances
The method searches for process instances based on specified conditions.
const instances = await Global.processes._searchInstances(). all();
Type declaration
-
Returns ProcessInstanceSearch
_searchTasks
The method searches for tasks based on specified conditions.
Let’s see how to get all tasks:
const tasks = await Global. processes._searchTasks().all();
Type declaration
-
Returns ProcessInstanceTaskSearch
Processes of the Employees object