Click or drag to resize

WorkflowManagerInitiateWorkflow Method (Int32, WorkflowTemplateDefinition, Int32)

Start workflow instance based on given template and associated with given document version

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Guid InitiateWorkflow(
	int workflowTemplateId,
	WorkflowTemplateDefinition workflowToInitiate,
	int documentVersionId
)

Parameters

workflowTemplateId
Type: SystemInt32
workflowToInitiate
Type: FileHold.Common.WorkflowEngineWorkflowTemplateDefinition
documentVersionId
Type: SystemInt32

Return Value

Type: Guid
See Also