WorkflowDefinition

In SQlTrackingService - WWF Labs-03.

when we run the sample, we are inserting data in "dbo.workflow"

"WorkflowDefinition" field in "dbo.workflow" is populated with XML String.

How do we get that data by programatically

because i am developing Custom Tracking Service for oracle.

Note1: user can add Workflow File as Either "Code" or "Code Separation"

but the sample is storing the same definition. how what is the procedure

Note2: if possible ,Please suggest me in Beta2



Answer this question

WorkflowDefinition

  • Ajoseph

    Hi Ravi,

    In Beta2 we introduced the Sql Tracking Query API using which you can programmatically get information about the workflows from the database. Please take a look at the Tracking related samples (QueryUsingSqlTrackingService, WorkflowMonitor). When using the Query API, you should be able to get the correct WorkflowDefenition in both code or xoml only workflows. Thanks!


  • WorkflowDefinition