9.2 Workflow, not sure if the devs changed anything, but it was working. Here is the error. Does this look familiar to anyone?
We can see the below error in Workflow error log
<ExceptionType>Laserfiche.Workflow.ComponentModel.Compiler.CompileResult+CompileError, Laserfiche.Workflow.Designer.Base, Version=8.3.0.0, Culture=neutral, PublicKeyToken=d8428ff9263e6cda</ExceptionType>
<Message>c:\Users\svc_lfiche_t\AppData\Local\Temp\Laserfiche\WF\Temp for Scripting\3ac7b75c-b848-460f-a229-f077e336ebea\2012fe58-b71f-43e3-b027-c2536327411e.cs(55,38) : error CS0117: 'SiebelActivityServiceRequestInterface.Constants' does not contain a definition for 'MAP_NAME_ACTIVITY_REQUEST_RETURN_MAIL'
c:\Users\svc_lfiche_t\AppData\Local\Temp\Laserfiche\WF\Temp for Scripting\3ac7b75c-b848-460f-a229-f077e336ebea\2012fe58-b71f-43e3-b027-c2536327411e.cs(81,47) : error CS0117: 'SiebelActivityServiceRequestInterface.Constants' does not contain a definition for 'MAP_NAME_ACTIVITY_REQUEST_RETURN_MAIL'
c:\Users\svc_lfiche_t\AppData\Local\Temp\Laserfiche\WF\Temp for Scripting\3ac7b75c-b848-460f-a229-f077e336ebea\2012fe58-b71f-43e3-b027-c2536327411e.cs(84,35) : error CS1061: 'SiebelActivityServiceRequestInterface.Activity' does not contain a definition for 'CreateActivityRequestTest' and no extension method 'CreateActivityRequestTest' accepting a first argument of type 'SiebelActivityServiceRequestInterface.Activity' could be found (are you missing a using directive or an assembly reference?)
c:\Users\svc_lfiche_t\AppData\Local\Temp\Laserfiche\WF\Temp for Scripting\3ac7b75c-b848-460f-a229-f077e336ebea\2012fe58-b71f-43e3-b027-c2536327411e.cs(104,47) : error CS1061: 'SiebelActivityServiceRequestInterface.Activity' does not contain a definition for 'CreateActivityRequestTest' and no extension method 'CreateActivityRequestTest' accepting a first argument of type 'SiebelActivityServiceRequestInterface.Activity' could be found (are you missing a using directive or an assembly reference?)
EDIT: More info
We are facing some missing reference to Dlls after the workflow reinstallation in lower env. We have tried for Return Mail v2, SMB and govagg workflow and we faced same issue. Please find the error details below:
Attached a file with errors.
Thank you!