The communication between Work Task and Application Server could be done via "Work Task Read/Write Activity" and via MQTT. Which is the preferred solution?
The communication between Work Task and Application Server could be done via "Work Task Read/Write Activity" and via MQTT. Which is the preferred solution?
Hi Alexander,
If you are communicating between a workflow and app server then the Read/Write Activity has browsing capabilities which makes the access easier and quicker to use, as well as its more native. Of course with MQTT you get the possibilities to trace the broker transactions as other MQTT advantages, at the end it depends on your design which one to choose.
If you intend to display tags in a Work Tasks form, then MQTT is the way to go as you can link MQTT topics directly to a form in the form settings.
Hi Alexander,
If you are communicating between a workflow and app server then the Read/Write Activity has browsing capabilities which makes the access easier and quicker to use, as well as its more native. Of course with MQTT you get the possibilities to trace the broker transactions as other MQTT advantages, at the end it depends on your design which one to choose.
If you intend to display tags in a Work Tasks form, then MQTT is the way to go as you can link MQTT topics directly to a form in the form settings.