I am trying to implement workflow while creating a vendor but I am getting the following error
'GetAssignedUsers' failed because parameter 5 is not allowed to be null.[Microsoft][SQL Server Native Client 10.0][SQL Server]Cannot insert the value NULL into column 'WorkflowInstanceID', table
I have two steps - step 1 is successful but step 2 is giving me this error. When I ran the profiler, I got the following error
Msg 6569, Level 16, State 1, Procedure GetAssignedUsers, Line 7
'GetAssignedUsers' failed because parameter 5 is not allowed to be null.
Msg 515, Level 16, State 2, Procedure wfCreateHistoryRecord, Line 8
Cannot insert the value NULL into column 'WorkflowInstanceID', table 'TWO.dbo.WF30100'; column does not allow nulls. INSERT fails.
The statement has been terminated.
I double checked table WF30100 and there is nothing wrong with that too.The instance ID is there. I think someone must have noticed this error but I am unable to fix it. Even I verified the setup tables and they are perfect. I am using 2015 R2.
*This post is locked for comments