RemWorkflowCompleteWorkitem Method |
Namespace: Paperwork.Connect
public a_GenericResult CompleteWorkitem( string workitemId, string AttorneyId, string userName = "", string kepObjectId = "" )
public void CompleteWorkitem()
{
string workitemId = "";
string attorneyId = "";
a_GenericResult a = p.rWorkflow.CompleteWorkitem(workitemId, attorneyId);
if (a.ErrorCode != 0)
throw new Exception(a.Message);
}