Monitoring Bridging Activities as a Client

You do not need Workbench to see what Bridging is doing. A GraphWorX display can present transaction activity in runtime in two ways:

  • With the Bridging controls—The Bridging Navigator browses the configured transactions, and the Bridging Viewer lists the executions of whatever the navigator selects. A Table control bound to the Bridging .Query point adds the activity-by-activity log of a selected execution. Learn more

  • With Bridging data points—Every transaction publishes its status as ordinary data points, so you can use a label or a tile to show it without any Bridging-specific control.

GraphWorX also includes a ready-made Transaction Manager page in runtime under Tools. Review it to consider using it directly before you build a display of your own.

Since these are ordinary GENESIS data points, any dynamic you can apply to a device tag works the same way on a transaction. The following procedure drives the fill color of a shape from the result of a transaction's most recent execution, so that an operator sees green when it last succeeded and red when it last failed.