WorkflowManagerGetWorkflowTemplate Method

Return the definition of specified workflow template.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[XmlIncludeAttribute(typeof(ActivityType))]
[WebMethodAttribute(Description = "Return the definition of specified workflow template.")]
public WorkflowTemplateDefinition GetWorkflowTemplate(
	int workflowTemplateId
)

Parameters

workflowTemplateId  Int32
 

Return Value

WorkflowTemplateDefinition

See Also