Click or drag to resize

Scanjour.Workflow4.Host Namespace

The heart of the Scanjour.Workflow4 namespace. The most important type here is the WorkflowHost type.
Classes
 ClassDescription
Public classActivityArgumentData Description of an activity argument.
Public classAppPoolRecycleState 
Public classDatabaseFunctions Functions to access the database from the hosts.
Public classInstanceInformation Informational data on a running workflow instance.
Public classInstanceInformationCache Instance Information Cache
Public classInstanceLock InstanceLock class ensures transaction control when changing workflow status. The functionality is depending on the trigger sjt_wzp_lock_instance that does the database locking.
Public classPersistedWorkflowInformation Information about a persisted workflow instance.
Public classWorkflowArgumentsExtractor 
Public classWorkflowAssemblies Summary description for AssemblyManager.
Public classWorkflowDefinition The workflow definition data.
Public classWorkflowDescriptor Represents a workflow (from which workflow instances can be created).
Public classWorkflowHost Provides a host for any number of instances of workflows, typically represented by XAML stored in the SOM database.
Public classWorkflowHostException Represents errors that occur within the methods of Scanjour.Workflow4.WorkflowHost.
Public classWorkFlowSetting Workflow settings.
Enumerations
 EnumerationDescription
Public enumerationWorkflowHostErrorCode Defines an enumeration whose members represent the kind of WorkflowHostException thrown.
Public enumerationWorkflowStatus Specifies the status of a workflow instance.