Skip to main content
Nintex Community Menu Bar

Activity Data Overwritten or not Updated

  • November 21, 2013
  • 2 replies
  • 10 views

Forum|alt.badge.img+5

I have an an Activity which has an escalation.


In the escalation this instantiates a .NET assembly that calls 2 web methods to 1) Perform various functionality then update an activity field with a result. 2) Sleep the workitem.


The majority of time this works fine, however on multiple occasions the update to the K2 activity field in 1) doesn't occur. The workitem update reports successful but the update doesn't actually happen. The logs suggest it has been updated but checking [_ActInstDestDataAudit] there is no change to the field. The 2nd Web method Sleeps the workitem fine but on the workitem object doesn't seem to have the activity field value updated in 1).


Any ideas why the first update doesn't update or is being overwritten?

2 replies

Forum|alt.badge.img+13
  • Rookie
  • November 22, 2013

What version of BP are you running?


Are you using the .NET DLL or some other API (REST, WCF) for the update?


Forum|alt.badge.img+5
  • Author
  • November 22, 2013

K2.NET 2003 SP4.


.NET DLL