cancel
Showing results for 
Search instead for 
Did you mean: 

problem with closing the workflow

Former Member
0 Kudos

Hi i am using SUP 2.0.1.My Client requiremnt is they want Buttons instead of menu items so what i did was i called removeAllMenuItems() method and for Closing the work flow i called closeWorkflow() method, but my workflow is not getting closed. Any idea ?

Accepted Solutions (0)

Answers (1)

Answers (1)

david_brandow
Contributor
0 Kudos

Calling closeWorkflow() should definitely have worked. Try putting an alert before and after the call to closeWorkflow() to make sure that its getting called. Are you doing anything else after you call closeWorkflow()? As a final random thought, try wrapping everything in a try-catch block to see if its throwing an exception anywhere.