I dont want it to be the first task. This will be a task that comes after assignment and a few other external tasks like emails and so on.So how would I do this.
I would like to alert (Javascript Alert) an user after he submits files to a task that was asssigned to him. Is there a way to call a Javascript function in the WF Tasks. Can I use a CGITask to do this or is there any other wayThanks
alert ('string'); ???
It will be within a task where users submit files to tasks assigned to them.. so how do I can I call a javascript alert in a wft file within the task .. ( or )
Are you submitting the files through submit task or through CGI task?
The Submission of files is a USER Task. If I want to throw a Java script alert to the user , can I do in this task or should I have another task to do it.Below is the task code (Attachment)< name="Author_Task">owner="__TAG__(iw_author_id);"description="__TAG__(iw_desc);Authors Please Add Docs to this Task"lock="f">');__INSERT__("");__INSERT__('
What is the syntax to do this is a CGI Task
I did not mean syntax of a cgi Task , I saw that in the manual.Our req. is as below:Task 1(User Task): User Uploads a FileTask 2 (External Task)ome external file is calledBetween Task1 and Task2 , we would like the user to see a Javascript Alert , when he clicks on on Finish in Task1For the JS Alert is CGI Task the only way. We dont want the user to see any other screens or output before the job proceeds to Task 2