Workflow Soluiton

 View Only
  • 1.  Showing Active Workflows

    Posted May 19, 2009 01:46 AM
    Is there any way to find out which workflows are active using Workflow Basic? We would like to audit which workflows are still in progress and do a weekly report on them. Also, if a workflow is published after some changes are made, will the ones already in progress reflect the changes or will they still use the workflow without the change? If it is the latter, are there any changes that can be made to force it to accept the new changes?


  • 2.  RE: Showing Active Workflows

    Posted May 19, 2009 08:30 AM
    you can use the WorkflowManagement.aspx in the folder to see what tasks are running.
    Its my understanding that if you publish over an existing project, the tasks already running will try to run the new code, but
    depending on the changes you made you may have a problem.

    If you changed the logic or added variables, the existing running tasks will not have that information and may crash when
    the get to that part of your app.
    If you made simple changes like fixing spelling or text on a screen you should be OK.
    the general recommendation is to not publish over an active project, and use some type of versioning to control
    what path you application will run and it runs only that path until completion.


  • 3.  RE: Showing Active Workflows

    Posted May 20, 2009 12:21 AM
    Thanks again Dalceon you've been very helpful.