tcooney
06-30-2003, 12:47
I'm building my first workflow and got the following error while trying to generate:
"failed to generate code for controller : Set FinanceDeniedValues"
The message directs me to look in the log but there doesn't seem to be much more info in the log.
What I'm trying to do is: When the user clicks a button on an html form the workflow executes the proper controller depending on the button clicked. I have a button for approved and one for declined. There are two controllers that use 3 assigners to set values in the data record. They are defined the same except the Approved Controller sets a Status field to Approved and the Denied Controller Sets the Status field to Declined. The Approved Controller seems to generate successfully but the Denied Controller gets the error message.
Any ideas would be much appreciated.
"failed to generate code for controller : Set FinanceDeniedValues"
The message directs me to look in the log but there doesn't seem to be much more info in the log.
What I'm trying to do is: When the user clicks a button on an html form the workflow executes the proper controller depending on the button clicked. I have a button for approved and one for declined. There are two controllers that use 3 assigners to set values in the data record. They are defined the same except the Approved Controller sets a Status field to Approved and the Denied Controller Sets the Status field to Declined. The Approved Controller seems to generate successfully but the Denied Controller gets the error message.
Any ideas would be much appreciated.