How to use flowVersion with custom MQTT topics

Hello, I’m trying to use the flowVersion to trigger a specific workflow when sending to a custom MQTT topic. Is this possible? I’m guessing not but wanted to check.

 {
   "request" : "generic_request",
   "flowVersion":"develop"
}

Similar to this when sending state messages:

{
  "data" : {
    "an_attribute_name": "an_attribute_value",
    "another_attribute_name": "another_attribute_value"
  },
  "time": <Optional Timestamp>,
  "flowVersion": <Optional Workflow Version Name>
}

Hey @Zach_Jacobs,

Unfortunately, triggering a specific workflow version when publishing to a custom MQTT topic is not possible.

There are a few trigger nodes that do allow for triggering specific workflow versions, though.

Let me know if you have any other questions!

Thanks,
Heath

1 Like