WorkflowManagerTaskCompletedV2 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 TaskCompletedV2(
int documentVersionId,
TaskApprovalStatus taskApprovalStatus,
string comment,
Guid attachmentUploadToken,
string attachmentFileName,
string password,
int? restartActivity,
OneTimeActivity oneTimeActivity
)
Parameters
- documentVersionId Int32
-
- taskApprovalStatus TaskApprovalStatus
-
- comment String
-
- attachmentUploadToken Guid
-
- attachmentFileName String
-
- password String
-
- restartActivity NullableInt32
-
- oneTimeActivity OneTimeActivity
-