Symptoms
Error on form load:
Action not found
Type:
ClientException
Source:
SourceCode.Workflow.Client
Method Base
Member Type:
Method
Name:
get_Item
Module
Scope Name:
SourceCode.Workflow.Client.dll
Declaring Type
Full Name:
SourceCode.Workflow.Client.Actions
Stack Trace:
at SourceCode.Workflow.Client.Actions.get_Item(String value)
at SourceCode.Forms.AppFramework.FormRuntime.ActionProcess(String processXml, String sharedUser, String managedUser, Boolean offline)
at SourceCode.Forms.AppFramework.FormRuntime.HandleWorkflowMethods(XmlNode brokerNode, XmlNode workflowNode)
at SourceCode.Forms.AppFramework.FormRuntime.WorkXmlToApi(String xml)
at SourceCode.Forms.Runtime.AJAXCall.ProcessRequest(HttpContext context)
Diagnoses
This usually happens when the "action the eactivity] worklist item" action is being called when the form is initializing.
Resolution
After removing, the error still pops out. We looked through the other rules and saw that it was also being called when a picker control is resolving. We had that action removed on that event as well