- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Everyone,
I finally found it.
We can find the internal tablename that workflow are using by filter in column 'Visual Status' in dataschema xtk:workflow using contains mapping.
Or you can directly query at the database level by
select * from <schama>.XtkWorkflow where mVisualState like '%wkf12345678%';
Hope this can help you to easily track back from the SQL statement to workflow name.
Thanks to all again.
Views
Replies
0 Likes
Total Likes