"Must Inquire..." error trying to Change using Webrun to bpm screen

 1 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
ShawnV
Advanced Member Send Private Message
Posts: 37
Advanced Member

Hello anyone and everyone,

  We are trying to change data on the WFWUQUEUE table via process flow.  We have a Webrun to call bpm/queueForm.do with a change method.  Some times this works fine, other times we get an error stating "Must Inquire before doing a change".  We have this same error with the webrun to bpm/processTransactionForm.do.

  It seems as if once the queueForm program is in 'memory' then it works fine.  Has anyone else run into this type of error using a 'non-xml' version of a bpm screen?

We are on LSF 9.0.0.6.

Thanks, Shawn

David Williams
Veteran Member Send Private Message
Posts: 1127
Veteran Member
I haven't see this problem before - here's a method I've used.

Web Program: bpm/queueForm.do
Post String: method=Change&workUnit=1184&processId=1184&activityId=12345&displayStatus=8
David Williams