Code Activity
Last changed: -80.126.16.139

.
Summary

Code-beside methods invoked by CodeActivity are executed in a synchronous manner; CodeActivity does not yield its thread until the thread is finished. Therefore, the execution of the code-beside method is expected to be performed and should not block with a dependency on some external resource. For example, the code-beside method should typically not invoke a WebService.

The typical use of the CodeActivity is to examine WorkflowInstance state, and change local variables and messages.