In TeamSite 6.7.1 we can now code URL External Tasks in java. But that's just for external tasks. In the middle of a workflow, I need to display a form to the task owner that asks a few questions and get the user's answer, then transition the task base on the answers collected from the form. In this case, is writing CGI task in Perl still my only choice?
is writing CGI task in Perl still my only choice?
It might be called a CGI task - but all it is really is calling a URL... so you can specify a URL that is a servlet... /iw-cc/something/goes/here.Of course I've never done this - just assuming