Workflow Soluiton

 View Only
  • 1.  How to audit approval email

    Posted Jan 18, 2011 02:42 PM
    Hi, I've created a workflow project which sends an approval email. Is it possible to see which "emails" that has not yet approved the request within the specified timeout time? If so; is it also possible to send an email with these on a regular basic lets say... each week? Are these stores as tasks or similar? (I'm not using process manager for the moment)


  • 2.  RE: How to audit approval email

    Posted Jan 18, 2011 07:45 PM

    Hi AngelD

    You can deploy the WorkflowManagement.aspx with the project that allows you to view the tasks for the workflow.  In the Properties go to the Resources tab and uncheck the Debug Only box (it is checked by default) and deploy your project.

    Then go to http://workflowserver/projectname/workflowmanagement.aspx and you should see the tasks for the workflow there that are still active. For the reminders, just put in escalations underneath the Event Configuration in the Dialog Workflow and set the time to send them out.

     



  • 3.  RE: How to audit approval email

    Posted Jan 19, 2011 11:49 AM

    Thanks for the reply!

     

    I'll test and see how that works for me :)