A place for Sharepoint and rantings
WSS3, Workflow Hint
When exploring workflow you might want to create a bit of code and have it execute and fire of the debugger to investigate all the properties your expecting are there.
Hint. In your Execute Code block where you write the code to check stuff out, its worthwhile placing this BEFORE any timeout events you have in your workflow, here I am sitting waiting for the next 60 minutes before my event fires.
In fact I’m finding that a call to Debugger.Break() doesn’t start the debugger after a timer has started, how queer normally this works on everything.
Needless to say I’m making a quick change to my workflow order for now.
| Print article | This entry was posted by Binaryjam on December 10, 2008 at 10:16 am, and is filed under Sharepoint, development. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |