I whinged a bit to a colleague who simply said:
Why don't you cast the xaml to xml?My response was, I didn't know that casting the xaml to xml would help, but it does.
select top 1 name, cast (xaml as xml) from workflow where xaml like '%Process%'
This is the result:
Clicking on the xaml will open a the workflow definition on different window as an xml document.
No comments:
Post a Comment