I create a workflow with url task as teamsite document,
1.Create a Java class implementing
com.interwoven.cssdk.workflow.CSURLExternalTask
2. Put the class' .java source file in a sub-directory of
iw-home/local/config/lib/content_center/customer_src/src
3. Compile the UITK with make_toolkit.ipl
4. Add a URL task to your workflow model
• Add a task variable to the task, named ClassName, and set its
value to the fully qualified name of your class
• Set the URI property in this format:
http://$IW_SERVER/iw-cc/urlexternaltask?param1=value1
but error returned
com.interwoven.ui.teamsite.workflow.task.URLExternalTaskCommand () - external task: --is invalid
Is any step wrong?