Click or drag to resize

WorkflowManagerCreateTasks Method

Method allow to create tasks associated with activity

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void CreateTasks(
	Guid workflowInstanceGuid,
	WorkflowTemplateDefinition definition,
	Activity activity,
	string activityDescriptor,
	List<WorkflowManagerWFParticipant> participants,
	int baseIndex,
	Database database,
	DbTransaction transaction
)

Parameters

workflowInstanceGuid
Type: SystemGuid
definition
Type: FileHold.Common.WorkflowEngineWorkflowTemplateDefinition
activity
Type: FileHold.Common.WorkflowEngineActivity
activityDescriptor
Type: SystemString
participants
Type: System.Collections.GenericListWorkflowManagerWFParticipant
baseIndex
Type: SystemInt32
this parameter is required to inject additional tasks using plugins
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also