WorkflowManagerTaskCompleted(Int32, TaskApprovalStatus, String, Guid, String, String, NullableInt32, NullableGuid, String) Method
Completes task associated with specified document.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Completes task associated with specified document.")]
public void TaskCompleted(
int documentVersionId,
TaskApprovalStatus taskApprovalStatus,
string comment,
Guid attachmentUploadToken,
string attachmentFileName,
string password,
int? restartActivity,
Guid? oneTimeUserGuid,
string oneTimeInstructions
)
Parameters
- documentVersionId Int32
-
- taskApprovalStatus TaskApprovalStatus
-
- comment String
-
- attachmentUploadToken Guid
-
- attachmentFileName String
-
- password String
-
- restartActivity NullableInt32
-
- oneTimeUserGuid NullableGuid
-
- oneTimeInstructions String
-