The latest OdeToCode article covers the base activity library in Windows Workflow. We look at the activities to communicate with local and remote services, evaluate rules, listen for events, and every other activity that ships in the WF toolbox.
Read it here: Windows Workflow: The Base Activity Library
As always, I appreciated any feedback you can offer.
Comments
"Handle External Event is a blocking activity, meaning the workflow is not going to proceed until the event arrives from a local service. If there is a chance the event will never arrive, or if the event needs to arrive within a span of time, then it's best to use this activity inside of a ListenActivity. As we described earlier, the Listen activity has multiple branches, and we can place a DelayActivity in one of the branches to simulate a timeout."
Hao Zhai
KnowledgeLake, Inc.
hao.zhai@knowledgelake.com
I want to upload document inside my workflow how I can do it???
I need a custom activity ???
thanks.
I m a beginner in Workflow.
I have a doubt. In my applciation, some Defects are already entered in DB manually, so its states differs from open, resolved, deferred and closed. Can i use a Workflow Project for my application and set the current state of some defects to the actual state in my DB or is it necessary to start from the initial state for each defect?
Please clarify.
I think you explain things in simply great way, then I could link WF to previous knowings...