Skip to content

Commit fc8566a

Browse files
authored
Merge pull request #9686 from mendix/qt-opcua
Clarify microflow naming in OPC-UA Connector
2 parents ad900f1 + 794a183 commit fc8566a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/appstore/use-content/platform-supported-content/modules/opc-ua-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ In order to monitor items, create a microflow that does the following:
266266

267267
1. Call `CreateSubscription` action.
268268
2. Create `MonitorItem` objects for each attribute to be monitored, with the following fields specified: `NodeID`, `AttributeID`, `MicroflowName`, associated to the created `Subscription`.
269-
3. Do not use the Mendix commit, use instead the provided `CommitMonitoredItem` or `CommitMonitoredItems` action.
269+
3. Do not use the Mendix commit, use instead the provided `CommitMonitoredItem` or `CommitMonitoredItems` action. In the App Explorer, the microflows will show as `MonitoredItem_Commit` and `MonitoredItemList_Commit`.
270270

271271
When a notification comes in, the microflow specified by `MicroflowName` on the monitored item will be triggered.
272272

0 commit comments

Comments
 (0)