Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

See Active Workflow Processes

Updated: 22 May 2010 | 2 comments
lone_ranger's picture
0 0 Votes
Login to vote

How can I see what processes are active on my Workflow server? Also, how can I stop any processes that are active on my Workflow Server? I do not have the advanced version of the product.

discussion Filed Under:

Comments

ktran's picture
12
Aug
2009
0 Votes 0
Login to vote

this is a thing with workflow basic.

one thing you can do is create a process to record workflow ID to track each process.  But this is a getto way to ID current "process" if you dont have workflow advance.  However, for some reason, it will not pick up orphan process...

Jason Short's picture
03
Sep
2009
0 Votes 0
Login to vote

Three Options

1) Upgrade to workflow which includes the process the process manager will provide admin but you will need to add log components in your process to log the status you want to see in the

2) If you are still using WF 6 or 6.5 you can access the "workflowmanagement.aspx" page located in each of the virtual directories for deployed workflow project types.  (WebForms and Decision Only Projects to not have this page in their virtual directory because the process is not persisted)

3) Develop your own DB to hold process data, use sql components to write that data to your DB and create your own interface to report on information in that DB

The best solution is upgrade to WF 7.

Jason