public void CreateWorkflowHistoryEntry(string Outcome, string Description, string OtherData)
{ SPWorkflow.CreateHistoryEvent(workflowProperties.Web, workflowProperties.WorkflowId, (int)SPWorkflowHistoryEventType.WorkflowComment, this.workflowProperties.OriginatorUser, new TimeSpan(1), Outcome, Description, OtherData);
}
No comments:
Post a Comment