Amazon FreeRTOS · Arazzo Workflow
Amazon FreeRTOS Roll Out OTA Update
Version 1.0.0
Create an OTA firmware update, read it back, and branch on its creation status.
Provider
Workflows
rollout-ota-update
Create an OTA update and confirm its creation status by reading it back.
Creates an OTA update for the supplied targets and firmware files, gets the update record to read its status, and branches on whether creation has completed or is still in progress.
1
createUpdate
createOtaUpdate
Create the OTA update with the supplied targets and firmware files.
2
readUpdate
getOtaUpdate
Get the OTA update record to read its current creation status, then branch on whether creation has completed.
3
reportPending
getOtaUpdate
Re-read the OTA update record to surface that creation is still pending or in progress rather than complete.