Workflow Soluiton

 View Only
  • 1.  How can I debug dialog workflows?

    Posted Jun 07, 2010 09:51 AM
    Workflow newbie here..

    I'm taking on the rather ambitious project of automating our folder access request system which involves a lot of AD work (getting users, folders, and permissions, then setting them accordingly) and I have a lot of logic built into a dialog workflow for when a user picks a folder and Workflow gathers up all of the AD groups that have access to the folder.

    My problem is that something is failing within this dialog workflow but the debugger only seems to show what's going on at the top level.  Is there any way to get the debugger to "drill into" these other workflows so I can have a better idea of what's going wrong?


  • 2.  RE: How can I debug dialog workflows?
    Best Answer

    Posted Jun 07, 2010 09:59 AM
    On the settings tab in debug, check "Debug into embedded models".  Do an Apply and save for all projects.  I think you will have to restart debugger.  Then you should see a drop down in the top right-hand corner with a time.  That is your session.  Each dialog workfow is a new session so you will have to select that to drill into those models.

    Hope that helps.


  • 3.  RE: How can I debug dialog workflows?

    Posted Jun 07, 2010 10:01 AM



  • 4.  RE: How can I debug dialog workflows?

    Posted Jun 07, 2010 10:46 AM
    yliquor posted while you were creating the screen shot, but both of you nailed it on the head.  Thanks!