Click or drag to resize

WorkflowManagerInitiateWorkflowForSelection Method

Start workflow based on given template and associated with selection

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

Parameters

workflowTemplateId
Type: SystemInt32
workflowToInitiate
Type: FileHold.Common.WorkflowEngineWorkflowTemplateDefinition
selectionId
Type: SystemGuid

Return Value

Type: Guid
See Also