Is the “Workflow trigger node” not available on an edge workflow?
What options do I have to do something similar on the edge?
Is the “Workflow trigger node” not available on an edge workflow?
What options do I have to do something similar on the edge?
Hey @Lars_Andersson,
There are a few ways to do this with the built-in tools we have now. You can use the Local Broker where a workflow can publish to a topic, and another workflow can have an MQTT trigger that is triggered on the publish to a specific topic.
You can also use the HTTP Output and Trigger Nodes and the Edge Agent’s webserver.
Thank you,
Heath