Amazon Entity Resolution · Arazzo Workflow
Amazon Entity Resolution Update And Rerun Matching Workflow
Version 1.0.0
Update an existing matching workflow's configuration, then start a fresh job and poll it.
View Spec
View on GitHub
Amazon Web ServicesData IntegrationData MatchingEntity ResolutionMachine LearningArazzoWorkflows
Provider
Workflows
update-and-rerun-workflow
Update a matching workflow's config, then start and await a new job.
Confirms the workflow exists, updates its configuration, starts a matching job, and polls until the job is SUCCEEDED or FAILED.
1
confirmWorkflow
GetMatchingWorkflow
Confirm the workflow exists before updating it.
2
updateWorkflow
UpdateMatchingWorkflow
Apply the new configuration to the existing matching workflow.
3
startJob
StartMatchingJob
Start a fresh matching job against the updated workflow.
4
pollJob
GetMatchingJob
Poll the job status. Finish on SUCCEEDED, route to capture on FAILED, and loop while RUNNING or QUEUED.
5
captureFailure
GetMatchingJob
Re-read the failed job to record its error details.