Symptoms
Our server team is shutting down one of our main web servers and thus the URLs that have been configured for actioning activities will be changing. For new activities, it's no big deal. I can just change the string table to point to the new server, but what about current activities. Is there a way to update the target URL for an activity that is currently active--either in the K2Server or K2ServerLog database (preferred) or programmatically?
Example: http://oldserver/application/Approval.aspx needs to move to http://newserver/application/Approval.aspx.
Diagnoses
I believe we store the URL in Data column of fK2].]Server].]WorklistHeader] table.
Resolution
Customer was able to update the url in the above table and resolve the issue.