Solved

Workflow deployment error

  • 12 September 2019
  • 1 reply
  • 3 views

Version : 5.2

Not able to deploy the workflow from designer when it contains any SmartObject event. When there is no SmartObject event in workflow, deployment is happening successfully.

 

When we add any SmartObject event to a workflow, we got the error as mentioned below:

"Missing reference at SmartObjectField. Error: Object reference not set to an instance of an object. Stack Location: K2Process '[WORKFLOW]' > Stack End."

 

We followed a KB for this issue à https://help.k2.com/support-services/kbt153345

We followed the steps mentioned in the KB.

  1. Checked the smartobject referenced in the workflow and verified the mappings are correct.
  2. Used smartobject tester tool and executed the methods. It was working fine and we didn’t find any errors.

Still no luck.

icon

Best answer by Widson 12 September 2019, 15:49

View original

1 reply

Hi  @AnandVenkat;


 


Have you also seen or tried this(http://help.k2.com/support-services/kbt157773)  before(https://help.k2.com/support-services/kbt153345) as it could be due to security settings?


Is this issue happening with only specific smartobject?


As it seems this could be to due to refferencing(you can also try manual intervention of re-refference the properties of SMO?)


 


I think this might be the solution to your problem(http://help.k2.com/kb003332), Also take note of the following:-


 


Additionally, have you installed the Fixpack12:-


From Fix Pack 12, any SmartObject method with a space in the name created prior to this fix pack, will result in a mismatch error when you attempt to regenerate the SmartObject or if the SmartObject is used in a K2 Workflow. You need to edit the workflow to remove the SmartObject and re-add it


 


Kind regards;


Widson.

Reply