Amazon Entity Resolution · Arazzo Workflow
Amazon Entity Resolution Start And Await Matching Job
Version 1.0.0
Start a matching job on an existing workflow and poll until it reaches a terminal status.
View Spec
View on GitHub
Amazon Web ServicesData IntegrationData MatchingEntity ResolutionMachine LearningArazzoWorkflows
Provider
Workflows
start-and-await-job
Start a job for an existing matching workflow and poll it to completion.
Verifies the workflow exists, starts a matching job, and polls the job status until it is SUCCEEDED or FAILED.
1
confirmWorkflow
GetMatchingWorkflow
Confirm the matching workflow exists and capture its configuration before starting a job.
2
startJob
StartMatchingJob
Start a matching job for the confirmed workflow and capture the job id.
3
pollJob
GetMatchingJob
Poll the job status. Finish on SUCCEEDED, route to capture on FAILED, and loop back while the job is still RUNNING or QUEUED.
4
captureFailure
GetMatchingJob
Re-read the failed job to record its error details for diagnosis.