Merge Auto Matches Task
This task gets all records from the auto matches table and initiates a merge process for them.
It is assumed that auto matches table is already populated. Currently, RIQ Match Job is used to populate it for the entities matched by automatic match rules.
Stop and Pause are supported.
Requests
Tenant admin role is required:
POST {ApplicationURL}/mergeAutoMatches
Tenant admin role is required:
POST {ApplicationURL}/api/{tenantId}/mergeAutoMatches
Parameter | Required | Description |
---|---|---|
tenantId
| Yes | ID of the tenant to process for auto matches. |
distributed | No |
If set to
true , the task runs in distributed mode. Default value is false . For more information, see Distributed mode. |
taskPartsCount | No |
Specifies the maximum number of sub-tasks for distributed execution. The platform determines the optimal number based on performance limits. Default value is
2 . Note: This parameter is only applicable when distributed=true . Otherwise, it s ignored. |