Primitives Activities in WF
This topic applies to Windows Workflow Foundation 4 (WF4).
.NET Framework 4 provides several system-provided activities that provide a convenient mechanism for performing common tasks.
Activity | Description |
---|---|
Assigns a value to a variable at the current scope. |
|
Puts one path of execution into an idle state, possibly allowing the workflow to be unloaded. |
|
Executes a public method of a CLR object. |
|
Writes a specified string to the console or a specified TextWriter object. |