Hi The attached txt file contains tag info part and the xml part of my workflow.Could you please tell why the value from radio buttons is not read properly?If i select No in radio button ,the job should terminate. But it isnt happening so. Instead the Review task is called and then the workflow behaves like it should for the Yes option of radio buttons.Please tell the solution .Thanks
You have written just if block not the else block.[html]if ("__TAG__('iw_radio');"){ __INSERT__("");}[/html]There's no any activation task if this condition gets fail..Cheers,Ambuj
Hi I dont think that should be a problem . The workflow is required to follow the review process when the user selects 'yes' for "Do you want a review ?" and it should end after the Author_Work when the user selects a 'no'. I am attaching a file with almost complete workflow. please tell where I am going wrong.