Thursday, January 27, 2011

The Role of Workers In Work Flows

Workers are primarily used within VeroServe Workflows as in-memory, serializable data structures that flow through activities and can be persisted by the work flow. Data types used in a Worker should be decorated with [DataMember] attribute.

Implementations of the doWork() method are optional when execution is intended to be distributed to an ExecutionServe service. 

No comments:

Post a Comment