.NET Framework Class Library
WorkflowRuntime Events

The WorkflowRuntime type exposes the following members.

Events

  NameDescription
Public eventServicesExceptionNotHandledOccurs when a service that is derived from the WorkflowRuntimeService class calls RaiseServicesExceptionNotHandledEvent.
Public eventStartedOccurs when the workflow runtime engine is started.
Public eventStoppedOccurs when the workflow runtime engine is stopped.
Public eventWorkflowAbortedOccurs when a workflow instance is aborted.
Public eventWorkflowCompletedOccurs when a workflow instance has completed.
Public eventWorkflowCreatedOccurs when a workflow instance has been created.
Public eventWorkflowIdledOccurs when a workflow instance enters the idle state.
Public eventWorkflowLoadedOccurs when the workflow instance is loaded into memory.
Public eventWorkflowPersistedOccurs when the state of a workflow instance is persisted.
Public eventWorkflowResumedOccurs when execution of a workflow instance is resumed following a suspension.
Public eventWorkflowStartedOccurs when a workflow instance has been started.
Public eventWorkflowSuspendedOccurs when a workflow instance is suspended.
Public eventWorkflowTerminatedOccurs when a workflow instance is terminated.
Public eventWorkflowUnloadedOccurs when the workflow instance is unloaded from memory.
Top
See Also

Reference

Tags :


Page view tracker