Workflow tasks

Discussions related to custom development with Select.
Post Reply
sallada
Posts: 5
Joined: Wed Feb 23, 2011 3:55 pm

Workflow tasks

Post by sallada »

Hello,

I want to run some queries on the SoftPro database and retrieve the names of all the various workflow tasks set up. What tables should I use?

Thanks.
Melissa McBerkowitz
Posts: 91
Joined: Wed Sep 10, 2008 3:33 pm
Location: Raleigh, NC
Contact:

Re: Workflow tasks

Post by Melissa McBerkowitz »

In Cameron, the tasks within an order are stored in pfm.Task and pfm.RequestedTask. These two tables are the equivalent of Boylan's dbo.OrderTask and dbo.RequestedOrderTask tables.

The tasks defined for a given workflow step in SPAdmin are in pf.WorkflowTask. This is just the workflow definition of tasks - when an order actually goes through the workflow, corresponding tasks are created within the order and stored in the pfm tables referenced above.
Melissa McBerkowitz
VP of Product Strategy, SoftPro
Post Reply