Showing posts with label Threading. Show all posts
Showing posts with label Threading. Show all posts

Thursday, November 1, 2012

Workflow Application part2

Our project is good but it has one weakness. It verifies that the WorkflowThread returned is non-zero but it does not verify that it returns the actual managed thread ID that the workflow ran on. Our project would pass if the workflow always returned 1.

Sunday, October 28, 2012

Workflow Application part1


To this point we have focused on creating an activity and invoking it in the simplest way possible with the WorkflowInvoker class. The WorkflowInvoker.Invoke method is simple because it is synchronous and invokes the workflow on the same thread as the caller.
Automatic Traffic Exchange

YallaTech Facebook page