Amazon Location Service · Arazzo Workflow
Amazon Location Service Find or Create Tracker and Report Position
Version 1.0.0
Reuse a tracker if it exists, else create it, then push a position.
Provider
Workflows
find-or-create-tracker
Ensure a tracker exists and then report a device position to it.
Lists trackers and branches: when the named tracker is already present a device position is reported directly to it; when it is missing the tracker is created first and then seeded with the device position.
1
listTrackers
ListTrackers
List the trackers in the account to detect whether the requested tracker already exists.
2
reportToExisting
BatchUpdateDevicePosition
Upload the device position to the already-existing tracker.
3
createTracker
CreateTracker
Create the tracker because no existing tracker matched the requested name.
4
reportToNew
BatchUpdateDevicePosition
Seed the newly created tracker with the supplied device position.