WorkflowManagerInitiateWorkflowForDocuments Method
Start workflow based on given template and associated with given document versions.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Start workflow based on given template and associated with given document versions")]
public Guid InitiateWorkflowForDocuments(
int workflowTemplateId,
WorkflowTemplateDefinition workflowToInitiate,
int[] documentVersions
)
- workflowTemplateId Int32
- workflowToInitiate WorkflowTemplateDefinition
- documentVersions Int32
Guid