.NET & Worflow, SqlTrackingQuery.GetWorkflows() on wire correct - presented object not

Posted by UKShots on Stack Overflow See other posts from Stack Overflow or by UKShots
Published on 2010-06-14T11:57:35Z Indexed on 2010/06/14 12:02 UTC
Read the original article Hit count: 116

With windows workflow when using the tracking service, the SqlTrackingQuery.GetWorkflows() method returns correctly the workflow type and assembly version on the wire from the DB query - but when one comes to query the returned SqlTrackingWorkflowInstance object it's WorkflowType.AssemblyQualifiedName property is returned as the current assembly version of the workflow type (i.e. it looks to matching on FQ type name only and not version). Anyone know how to get to the actual returned data (other than either a custom query or hook)?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about Workflow