This si not related to tables at all…you are trying to include multiple kinds of variables in the wait activty xaml…please refrain from doing so…and use it as a separate xaml…this will help in seggregating things…looks like now you are usign some match variable please check th esame
Do check for any other type of variables used in the Main workflow (Also the Enclosing Sequences where the Wait for Resume activity is used) and change its scope.
The error is cleae whenever you see such error as mentioned earlier…you should remove those kind of variables from the sequence…now it is a generic type variable…please remove it and try