Skip to main content

Hi Experts,


Hope you all are well!


I am working with K2.NET 2003 and C# Windows forms.When executing this below lines of code...I am getting the an error "Event status is not Active in K2 ROM"


private SourceCode.K2ROM.WorklistItem m_oWorklistItem = null;


m_oWorklistItem.Update();


Please advise! Thanks a lot in advance.


 


Regards


Kalyan

The status could be Completed, Error, Stopped, Active... maybe a few others.

check for m_oWorklistItem.ProcessInstance.status


Reply