Use the CloseActivity function to indicate that an event driven activity is finished executing by setting its state to Closed. Alternatively you can cancel the activity by calling the CancelActivity function.
One of the more frequently used functions is the GetService which return one of the configured RuntimeServices.
Base class for all workflow activities.
23-11-2009 15:15:37 - -80.126.16.139
Indicates to the workflow runtime that the currently executing activity should transition to the Closed state.
23-11-2009 15:17:13 - -80.126.16.139
add a one or paragraph summary or description of what's discussed here; put yours after 'Summary:'
23-11-2009 15:17:02 - -80.126.16.139
Returns a service of the specified type.
23-11-2009 15:22:44 - -80.126.16.139
The WF runtime engine executes workflows by using runtime services.