WorkflowManagerInitiateWorkflow(Int32, WorkflowTemplateDefinition, Int32) Method
Start workflow instance based on given template and associated with given document version
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 version")]
public Guid InitiateWorkflow(
int workflowTemplateId,
WorkflowTemplateDefinition workflowToInitiate,
int documentVersionId
)
- workflowTemplateId Int32
-
- workflowToInitiate WorkflowTemplateDefinition
-
- documentVersionId Int32
-
Guid