- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
It's not stored to vars, no.
Crude approach is to search the workflow's xml, looking for query transition target = your activity, then retrieve [query/where/@filteringSchema] from it.
This can be done in 1 line using E4X filtering, doc here:
Thanks,
-Jon