Click or drag to resize

WorkflowManagerCreateActivity Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void CreateActivity(
	Guid workflowInstanceGuid,
	WorkflowInitiationDefinition definition,
	Activity activity,
	string activityDescriptor,
	bool allowDelegation,
	Database database,
	DbTransaction transaction
)

Parameters

workflowInstanceGuid
Type: SystemGuid
definition
Type: FileHold.Common.WorkflowEngineWorkflowInitiationDefinition
activity
Type: FileHold.Common.WorkflowEngineActivity
activityDescriptor
Type: SystemString
allowDelegation
Type: SystemBoolean
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also