Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Feedback to user Workflow Instantiator is busy
System
Between pressing the "Submit" button after entering data into the workflow instantiator form and the window disappearing or the first cgitask appearing can take quite some time (there is a lot going on in the background, like regenerating, attaching output files, checking locks, checking if files are involved in workflows in other areas, etc.). Because the window does not contain the rotating browser icon there is no visual cue to the user that the process is running, other than that if they hover over the title bar the cursor turns to an hourglass. User training on this is an issue - they are likely to press Submit twice.
Any suggestions out there?
Find more posts tagged with
Comments
bkret
Using CGI_Info specifically pre_tagtable_html you can have javascript within the kickoff screen. Add an event handler to catch the click of submit:
document.forms[0].onclick
than change the cursor to the hour glass using javascript.
Brandon Krett
Team Lead
Allstate Inc
Migrateduser
I don't have access to a TeamSite server (was actually posting for a friend). Are you using this and does it work, or is this just an idea? They have had some problems dynamically registering methods with events, not sure if it is browser specific.
Thanks,
bkret
I am using javascript and the event handler in my kick off screen. I use it for additional validation as well as help text that is in a floating div.
Brandon Krett
Team Lead
Allstate Inc