Hi All,
How do i get list of edge flows for a particular device. I was able to get flows and device list. But where is the connection parameter/tag/attribute to figure out which flow is running on which device
Thanks in advance
Hi All,
How do i get list of edge flows for a particular device. I was able to get flows and device list. But where is the connection parameter/tag/attribute to figure out which flow is running on which device
Thanks in advance
You can find a list of workflows deployed to an edge compute device on the device’s “Edge Compute” tab. The only caveat is that this list will not include any on-disk workflows.
This list is backed by the Edge Deployments: Get API endpoint, with a deviceId
filter passed as a query parameter.
Thanks alot. One more question. For the same device name i am getting two different deviceId. What could be the reason.
Most likely you have two devices with the same name? We do not enforce name uniqueness within an application - though we strongly recommend using different names for each device to avoid confusing situations such as these.
Thanks alot!. It worked.