TableSync
Workflows described in sub pages:
Page content:
Watching DigaSystem Tables in WFS v2.x
Workflow instance is created in workflow queue. No need for TableWatcher to wait until it is finished
Example: PreProductionAudio

Even workflows are fire-and-forget we have to keep track of the state on source table side to decide which event to trigger

Many use cases can be covered but not a sync between 2 DigaSystem tables

Aligning DigaSystem Tables in WFS v3.x
TableWatcher 3.x introduces new optional features: Sync Context option.
This feature allows to cover alignment of tables.
To support this we need to remember the relationship between source and target entries, therefore TableWatcher has to wait for the workflow to finish.
We recommend to run a dedicated TableWatcher for tasks using Sync Context, so tasks that are not using Sync Context are not blocked/delayed.

New workflow TableSync_MasterSlave

TableSync_ScheduledFullCompare to replace DigAlign
As an alternative to TableWatcher driven alignment you can use the scheduled workflow TableSync_ScheduledFullCompare to achieve a more DigAlign-alike behavior
