Methods / Methods for Automatic Work Items (Procedures) |
Web Services
Marks an automatic work item as completed by an asynchronous activity.
public virtual WFEvent CompleteProcedure(string workItemID)
Name | Description |
---|---|
workItemID |
|
WFEvent object that provides the status of the transaction. The possible statuses are:
IWFWorkflowService svc = GetWorkflowService(); string workItemID = ..// try { svc.CompleteProcedure(workItemID); } catch (Exception ex) { Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex)); }
3.2.0.4 and higher