Create Update Flow
Update Flow is a completely customizable approach to OTA updates. An update flow is a set of actions enabling you to build reusable procedures for deploying updates to your IoT devices.
Last updated
Was this helpful?
Update Flow is a completely customizable approach to OTA updates. An update flow is a set of actions enabling you to build reusable procedures for deploying updates to your IoT devices.
Last updated
Was this helpful?
An Update Flow is a set of instructions that carries out a software update of your IoT devices. In JFrog Connect, you build an update flow using individual actions that are carried out in sequence. Each action, like Run Script or Deploy Docker, completes a discreet task in the flow. You can arrange the order of actions and use them multiple times in a flow, as needed.
To realize the full power of update flows, keep reuse in mind. When you combine features like update parameters and tags with an update flow, you can use the flow as a template that will be flexible enough to use over again for deploying software to your entire fleet.
To create an Update Flow, do the following:
In the Connect web UI, go to Deployment in the left menu and click the Create Update Flow tab.
Add a Flow Name, e.g., update-docker-image.
Drag and drop the actions you need in the flow and complete the configuration for each action. To configure an action, click on it in the flow column.
To reboot the device after all the actions have run, mark Reboot after Update.
To configure a general rollback in case of failure, click Rollback.
Click Create Flow and then go to the Update Flows tab to view it in the list of flows.
Learn about the actions that you can include in an update flow.