I have asked these questions before in an old thread to keep things together, but I didn't receive any replies. Next try:
I am launching a workflow from a custom menu item. It works, but I still have some questions for improvement of the interface.
1. Is it possible to let the custom menu item launch the workflow form immediately. For the moment I need a button (in an empty form) in the custom menu item to pass all parameters to the iwwft_instantiator, which is launched by the submit button.
1b. Or is it possible to pass the TAG_info information to the instantiator from the custom menu item?
This would save the users some clicks
2.
<FORM ACTION="http://host/iw/webdesk/login/iw-bin/iwwft_instantiator.cgi? _ _ _ It opens a browser with Login prompt, but how can I leave this out? The users are already logged in when launching the custom menu item. I tried passing the session but that is not enough.
3.
iw_first_time=true You are prompted for every interactive element in your wft (TAG_info). The form to start the workflow shows the required fields in red, even if I pass
iw_first_time=true as mentioned in the iwwft_instantiator.
Thanks,
Sara