- Dynamic Filtering: Real-time filtering can be performed by linking the SearchKey parameter to a search box.
- Process-Based Management: Only tasks from a specific workflow can be retrieved using ProcessDefinitionId.
- Pagination and Performance: The Page and PageSize parameters can be used to build a high-performance structure for large data lists.
- Reporting: Weekly or monthly task reports can be generated using the CreatedFrom and CreatedTo parameters.
Technical Risks
- Incorrect User Information: Incorrect entry of the UserName parameter will result in the wrong task list being returned.
- Empty Parameter Combination: If both ShowPool and ShowClaimed values are set to False, the result will be empty.
- Performance Issues: Entering a very high PageSize value may cause performance issues in intensive data environments.
- Incorrect Process Filtering: If ProcessDefinitionId is entered incorrectly, the task list may return empty.
- Date Format Errors: The CreatedFrom and CreatedTo parameters must be in DateTime format.
The Get User Tasks action is one of the basic Process Automation actions for task listing and inbox management on the Kuika platform. With the correct parameter configuration, filterable, paginated, and reportable task management screens can be created.