WorkflowManagerInitiateWorkflow(Int32, WorkflowTemplateDefinition, Int32) Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Start workflow based on given template and associated with given document version")]
public Guid InitiateWorkflow(
	int workflowTemplateId,
	WorkflowTemplateDefinition workflowToInitiate,
	int documentVersionId
)

Parameters

workflowTemplateId  Int32
 
workflowToInitiate  WorkflowTemplateDefinition
 
documentVersionId  Int32
 

Return Value

Guid

See Also