Click or drag to resize

WorkflowManagerTaskCompleted Method (Guid, Guid, TaskApprovalStatus, NullableDateTime, String, Guid, String, Database, DbTransaction)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void TaskCompleted(
	Guid workflowInstanceGuid,
	Guid taskGuid,
	TaskApprovalStatus taskApprovalStatus,
	DateTime? taskApprovalDate,
	string comment,
	Guid attachmentUploadToken,
	string attachmentFileName,
	Database database,
	DbTransaction transaction
)

Parameters

workflowInstanceGuid
Type: SystemGuid
taskGuid
Type: SystemGuid
taskApprovalStatus
Type: FileHold.Common.WorkflowEngineTaskApprovalStatus
taskApprovalDate
Type: SystemNullableDateTime
comment
Type: SystemString
attachmentUploadToken
Type: SystemGuid
attachmentFileName
Type: SystemString
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also