Start Matching Job
entityresolution_start_matching_job | R Documentation |
Starts the MatchingJob of a workflow¶
Description¶
Starts the MatchingJob
of a workflow. The workflow must have
previously been created using the create_matching_workflow
endpoint.
Usage¶
entityresolution_start_matching_job(workflowName)
Arguments¶
workflowName |
[required] The name of the matching job to be retrieved. |
Value¶
A list with the following syntax:
list(
jobId = "string"
)
Request syntax¶
svc$start_matching_job(
workflowName = "string"
)